vc-page-workflows 1.0.0
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 +21 -0
- package/dist/assets/main.css +8615 -0
- package/dist/main.js +165589 -0
- package/package.json +80 -0
package/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
## Available Scripts
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Local development, first, access folder vc-page-workflows:
|
|
6
|
+
|
|
7
|
+
### npm install
|
|
8
|
+
|
|
9
|
+
Start local serve:
|
|
10
|
+
|
|
11
|
+
### npm start
|
|
12
|
+
|
|
13
|
+
Build as library component:
|
|
14
|
+
|
|
15
|
+
### npm run build:lib
|
|
16
|
+
|
|
17
|
+
For install via bitbucket:
|
|
18
|
+
|
|
19
|
+
### `npm install git+ssh://git@bitbucket.org:vsee/vc-page-workflows.git#{version}`
|
|
20
|
+
For local development:
|
|
21
|
+
### cp -a ./dist "path-to-folder-need-install"
|