1.1.0 • Published 3 years ago

vcc-dynamic-load-list v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

必读文件

项目开始前,请阅读doc文件夹下,必读文件.md 文件

default

fd default project

项目开发流程严格按照gitflow流程

参考 doc > 20191016-吴惟刚-项目代码管理流程.md

Build Setup

# 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

# run unit tests
npm run unit

# run all tests
npm test

# 生成文档
npm doc

For a detailed explanation on how things work, check out the guide and docs for vue-loader.