@handaotech-design/bom 0.0.27 → 0.0.28

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,4 +1,14 @@
1
1
  # Bom 组件库
2
+
3
+ ## 安装
4
+ ### 依赖安装
5
+ ```shell
6
+ yarn add @handaotech-design/bom @handaotech-design/vue
7
+ ```
8
+ ### 样式引入
9
+ ```typescript
10
+ import '@handaotech-design/bom/dist/style.css';
11
+ ```
2
12
  ## 组件列表
3
13
  ### HdBomTree
4
14
  bom树组件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handaotech-design/bom",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -33,7 +33,7 @@
33
33
  "vue-types": "*",
34
34
  "ant-design-vue": "*",
35
35
  "@vueuse/core": "*",
36
- "@handaotech-design/vue": "^0.2.11",
36
+ "@handaotech-design/vue": "workspace:*",
37
37
  "lodash-es": "*"
38
38
  },
39
39
  "peerDependencies": {
@@ -41,14 +41,14 @@
41
41
  "vue-types": "*",
42
42
  "ant-design-vue": "*",
43
43
  "@vueuse/core": "*",
44
- "@handaotech-design/vue": "^0.2.11",
44
+ "@handaotech-design/vue": "workspace:*",
45
45
  "lodash-es": "*"
46
46
  },
47
47
  "author": "HD",
48
- "homepage": "http://git.handao.cloud/infra/hd-design/-/blob/bom/README.md",
48
+ "homepage": "https://www.npmjs.com/package/@handaotech-design/bom",
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "git+http://git.handao.cloud/infra/hd-design.git",
51
+ "url": "git+http://esgit.handao.cloud/infra/hd-design.git",
52
52
  "directory": "packages/bom"
53
53
  },
54
54
  "publishConfig": {