Skip to content

AntonySufer/vue-cli-yidian

Repository files navigation

项目示例

主页

技术支持

  • 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