vue spa project
v1.0.0
基於vue.js技術棧,採用MVC等分層結構設計、資料解耦設計、組件化和自動化構建的單頁應用項目。
技術堆疊
Webpack(自動建置)
如果需要服務端渲染(SSR),建議使用: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