使用mpvue构建的一个·ONE app小程序版本 使用flyio作为请求库 所有数据均采用vuex进行统一管理 接口从网络获取,简单进行了一次转发
# 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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.