基于 mint-ui 搭建的一个 vue 项目
初衷是朋友要做个简单做了个技术选型,用于移动纯 web 的 h5 app前后端分离开发,mint-ui 比较小巧简单
如果是复杂的应用就倾向于采用 Framework7 这种,如果是面向微信就倾向于采用 weui
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.