@cniot/android-pda-components 0.2.7 → 0.2.8-4.beta.2

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,34 +1,22 @@
1
- # android-pda-components
1
+ ## 手持 PDA 实操组件库
2
2
 
3
- ## 安装
3
+ ## 文档
4
4
 
5
- ````
6
- tnpm install @cniot/android-pda-components;
5
+ - https://page.cainiao.com/lemo/android-pda-components/index.html
7
6
 
8
- ```
7
+ ## 安装
9
8
 
10
- * 使用
11
9
  ```
12
- import {PdaButton} from '@cniot/android-pda-components';
13
- import '@cniot/android-pda-components/es/style.css';
14
10
 
15
- <PdaButton />
11
+ [t]npm install @cniot/android-pda-components --save
16
12
 
17
13
  ```
18
- ## 在线文档
19
-
20
- <https://page.cainiao.com/lemo/android-pda-components/index.html>
21
- ````
22
14
 
23
- #### 构建逻辑目录
24
- > - 基本用法:在 package.json 配置 scripts.build,且生成产物放在 build目录
15
+ ## 使用
25
16
 
26
17
  ```
27
- "scripts": {
28
- "build": "build-cli"
29
- }
30
18
 
31
- ```
32
-
33
- > - package.json包含 name, version字段
19
+ import { Button } from '@cniot/android-pda-components';
20
+ import '@cniot/android-pda-components/es/style.css';
34
21
 
22
+ ```
package/abc.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "assets": {
3
+ "type": "builder",
4
+ "builder": {
5
+ "name": "@ali/builder-cone"
6
+ }
7
+ }
8
+ }