@dev_ailaw/venus 1.368.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 ADDED
@@ -0,0 +1,35 @@
1
+ # venus
2
+
3
+ ## Project setup
4
+
5
+ ```
6
+ npm install
7
+ ```
8
+
9
+ ### Compiles and hot-reloads for development
10
+
11
+ ```
12
+ npm run serve
13
+ ```
14
+
15
+ ### Compiles and minifies for production
16
+
17
+ ```
18
+ npm run build
19
+ ```
20
+
21
+ ### Run your unit tests
22
+
23
+ ```
24
+ npm run test:unit
25
+ ```
26
+
27
+ ### Lints and fixes files
28
+
29
+ ```
30
+ npm run lint
31
+ ```
32
+
33
+ ### Customize configuration
34
+
35
+ See [Configuration Reference](https://cli.vuejs.org/config/).