A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
MongoDB线上数据库Mlab:https://mlab.com/home
前端数据库indexedDB参考文档:https://www.tfan.org/using-indexeddb/#i https://www.cnblogs.com/stephenykk/p/6080720.html
es6阮一峰大神:https://es6.ruanyifeng.com/
javascript书籍推荐:https://www.chinastor.org/upload/2014-12/14122310427265.pdf
账号:test 123456
For a detailed explanation on how things work, check out the guide and docs for vue-loader.