@szjy/workflow 0.1.7 → 0.1.9

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,5 +1,7 @@
1
1
  # @szjy/workflow
2
2
 
3
+ [![Publish to NPM](https://github.com/szjy-work/workflow/actions/workflows/release.yml/badge.svg)](https://github.com/szjy-work/workflow/actions/workflows/release.yml)
4
+
3
5
  基于 vite + vue3 + typescript 的组件
4
6
 
5
7
 
@@ -10,6 +12,11 @@
10
12
  npm i @szjy/workflow
11
13
  ```
12
14
 
15
+ 本地开发:
16
+ ```shell
17
+ npm run dev
18
+ ```
19
+
13
20
  然后在项目中引入:
14
21
 
15
22
  ```typescript