@utogether/components 1.0.0 → 1.0.1

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,24 +1,29 @@
1
- # su-components
2
-
3
- ## Project setup
4
- ```
5
- pnpm install
6
- ```
7
-
8
- ### Compiles and hot-reloads for development
9
- ```
10
- pnpm run serve
11
- ```
12
-
13
- ### Compiles and minifies for production
14
- ```
15
- pnpm run build
16
- ```
17
-
18
- ### Lints and fixes files
19
- ```
20
- pnpm run lint
21
- ```
22
-
23
- ### Customize configuration
24
- See [Configuration Reference](https://cli.vuejs.org/config/).
1
+ # su-components
2
+
3
+ ## Project setup
4
+
5
+ ```
6
+ pnpm install
7
+ ```
8
+
9
+ ### Compiles and hot-reloads for development
10
+
11
+ ```
12
+ pnpm run serve
13
+ ```
14
+
15
+ ### Compiles and minifies for production
16
+
17
+ ```
18
+ pnpm run build
19
+ ```
20
+
21
+ ### Lints and fixes files
22
+
23
+ ```
24
+ pnpm run lint
25
+ ```
26
+
27
+ ### Customize configuration
28
+
29
+ See [Configuration Reference](https://cli.vuejs.org/config/).