0.80.3 • Published 2 years ago
bi-core-1 v0.80.3
bi-core
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
vue npm 组件的本地调试
- 调整 npm 组件的 package.json 中的 main 入口 bi-core/bi-core.umd.min.js 改为 src/index.js,并执行 npm link
- 在调用 npm 组件的项目下执行 npm link (包名 bi-core)