0.80.3 • Published 7 months ago

bi-core-1 v0.80.3

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

bi-core

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

vue npm 组件的本地调试

  • 调整 npm 组件的 package.json 中的 main 入口 bi-core/bi-core.umd.min.js 改为 src/index.js,并执行 npm link
  • 在调用 npm 组件的项目下执行 npm link (包名 bi-core)