zc-ui-vue npm 安装 npm install zc-ui-vue -S 引入文件 import Vue from 'vue' import ZcUI from 'zc-ui-vue' Vue.use(ZcUI) 打包编译 npm run build 格式化文件 npm run lint