admixt
v1.0.0
Published
## Project setup ``` npm install ```
Downloads
1
Readme
comb
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint
蜂巢组件安装方式
npm i -S git+ssh://[email protected]:front/comb-ui.git#v2.0.0
更新方式(需要清除node_modules的缓存!)
rm -rf node_modules/.cache && rm -rf node_modules/comb-ui && npm i -S comb-ui
comb-loader安装方式
npm i -S git+ssh://[email protected]:front/comb-loader.git#develop
更新方式(需要清除node_modules的缓存!)
rm -rf node_modules/.cache && rm -rf node_modules/comb-loader && npm i -S comb-loader
###查看特定环境配置信息
NODE_ENV=production vue inspect --plugin html