移动门户代码,fork from iuap-mobile-workbench 改动: 基于vue2.0开发,对原有 um-header,um-banner,umfooter等组件进行了组件封装,代码都在src目录下
code for mobile workbench
# install dependencies
# 安装依赖
npm install
# serve with hot reload at localhost:8080
# 运行工程
npm run dev
# build for production with minification
# 编译工程
npm run build
# run unit tests
# 运行单元测试(目前建议只对基本的组件进行测试)
npm run unit
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.