vue spa project
v1.0.0
Based on the vue.js technology stack, it adopts MVC and other hierarchical structure design, data decoupling design, componentization and automated construction of single-page application projects.
technology stack
Webpack (automated build)
If server-side rendering (SSR) is required, it is recommended to use: NUXT
# install dependencies (use cnpm: npm install -g cnpm --registry=https://registry.npm.taobao.org)
cnpm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run all tests for unit test and e2e test
npm test
# check update for npm packages, please install 'npm install npm-check-updates -g' at first
npm run update