Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 366 Bytes

academical-clone

Academical clone to easen schedule planning @ Uniandes

Build Setup

Frontend made in Vue.js 2 using webpack-simple template

# install dependencies
npm install  

# serve with hot reload at localhost:8080
npm run dev  

# build for production with minification
npm run build