@zxiaosi/sdk 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  - [更多详情](https://zxiaosi.com/archives/c6c40209.html)
8
8
 
9
+ ## 快速开始
10
+
11
+ ```bash
12
+ npm install -g @zxiaosi/create-sdk
13
+
14
+ npx create-sdk
15
+ ```
16
+
9
17
  ## 项目介绍
10
18
 
11
19
  - 整个 `SDK` 都是围绕 `getRoutesApi`、`getUserInfoApi` 这两个接口进行设计的,旨在简化微前端应用的开发
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zxiaosi/sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A micro frontend kit",
5
5
  "keywords": [
6
6
  "micro frontend",