# Clone repo
# install vue.js - one time
npm install vue
# install vue-cli - one time
npm install --global vue-cli
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
-
# build for production with minification
npm run build
# install json-server package
npm install -g json-server
# Create the db.json file
# Copy from here: https://github.com/gassio/mt/blob/master/src/store/db.json
# watch db
json-server --watch db.json