vue-cli-domo 项目源码实现

项目源码

github源码地址

项目示例


技术支持

  • vue-cli2.0
  • webpack
  • better-scroll

install dependencies

npm install

serve with hot reload at localhost:8081(/config/index.js切换端口)

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 e2e tests

npm run e2e

run all tests

npm test