Skip to content

lovezjj008/mobile-workbench

 
 

Repository files navigation

mobileworkbench

移动门户代码,fork from iuap-mobile-workbench 改动: 基于vue2.0开发,对原有 um-header,um-banner,umfooter等组件进行了组件封装,代码都在src目录下

code for mobile workbench

Build Setup

# 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.9%
  • CSS 22.4%
  • HTML 2.3%
  • Vue 1.4%