@ecan-bi/pivot-table 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ ## 指标库配置:Vue3 + TS + eslint
2
+
3
+ ### 项目开发指南
4
+ ```
5
+ // 下载项目依赖(node_modules)
6
+ yarn install --registry=https://registry.npm.taobao.org
7
+
8
+ // 开发模式:监听文件变化
9
+ npm run dev
10
+
11
+ // 生成模式打包
12
+ npm run build
13
+
14
+ // 建立依赖
15
+ npm link
16
+ ```