@szjy/workflow 0.1.7 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
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