You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
Create dummy JSON data (different project)
# 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