@cniot/android-pda-components 0.2.75 → 0.2.79

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 CHANGED
@@ -1,17 +1,22 @@
1
- # assets-name
1
+ ## 手持 PDA 实操组件库
2
2
 
3
- ## 使用说明
3
+ ## 文档
4
4
 
5
- ### 如何配置代码
5
+ - https://page.cainiao.com/lemo/android-pda-components/index.html
6
6
 
7
- #### 构建逻辑目录
8
- > - 基本用法:在 package.json 配置 scripts.build,且生成产物放在 build目录
7
+ ## 安装
9
8
 
10
9
  ```
11
- "scripts": {
12
- "build": "build-cli"
13
- }
10
+
11
+ [t]npm install @cniot/android-pda-components --save
12
+
13
+ ```
14
+
15
+ ## 使用
14
16
 
15
17
  ```
16
18
 
17
- > - package.json包含 name, version字段
19
+ import { Button } from '@cniot/android-pda-components';
20
+ import '@cniot/android-pda-components/es/style.css';
21
+
22
+ ```