@ecan-bi/indicator-library
v1.0.80
Published
### 项目开发指南 ``` // 下载项目依赖(node_modules) yarn install --registry=https://registry.npm.taobao.org
Downloads
546
Readme
指标库配置:Vue3 + TS + eslint
项目开发指南
// 下载项目依赖(node_modules)
yarn install --registry=https://registry.npm.taobao.org
// 开发模式:监听文件变化
npm run dev
// 生成模式打包
npm run build
// 建立依赖
npm link