@luzhaoqi/test 0.0.41 → 0.0.43
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 +35 -35
- package/dist/style.css +2 -2
- package/dist/z-ui3.mjs +18786 -17456
- package/dist/z-ui3.umd.js +80 -81
- package/package.json +46 -45
package/README.md
CHANGED
@@ -1,35 +1,35 @@
|
|
1
|
-
# vue-project
|
2
|
-
|
3
|
-
This template should help get you started developing with Vue 3 in Vite.
|
4
|
-
|
5
|
-
## Recommended IDE Setup
|
6
|
-
|
7
|
-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
8
|
-
|
9
|
-
## Customize configuration
|
10
|
-
|
11
|
-
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
12
|
-
|
13
|
-
## Project Setup
|
14
|
-
|
15
|
-
```sh
|
16
|
-
npm install
|
17
|
-
```
|
18
|
-
|
19
|
-
### Compile and Hot-Reload for Development
|
20
|
-
|
21
|
-
```sh
|
22
|
-
npm run dev
|
23
|
-
```
|
24
|
-
|
25
|
-
### Compile and Minify for Production
|
26
|
-
|
27
|
-
```sh
|
28
|
-
npm run build
|
29
|
-
```
|
30
|
-
|
31
|
-
### Lint with [ESLint](https://eslint.org/)
|
32
|
-
|
33
|
-
```sh
|
34
|
-
npm run lint
|
35
|
-
```
|
1
|
+
# vue-project
|
2
|
+
|
3
|
+
This template should help get you started developing with Vue 3 in Vite.
|
4
|
+
|
5
|
+
## Recommended IDE Setup
|
6
|
+
|
7
|
+
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
8
|
+
|
9
|
+
## Customize configuration
|
10
|
+
|
11
|
+
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
12
|
+
|
13
|
+
## Project Setup
|
14
|
+
|
15
|
+
```sh
|
16
|
+
npm install
|
17
|
+
```
|
18
|
+
|
19
|
+
### Compile and Hot-Reload for Development
|
20
|
+
|
21
|
+
```sh
|
22
|
+
npm run dev
|
23
|
+
```
|
24
|
+
|
25
|
+
### Compile and Minify for Production
|
26
|
+
|
27
|
+
```sh
|
28
|
+
npm run build
|
29
|
+
```
|
30
|
+
|
31
|
+
### Lint with [ESLint](https://eslint.org/)
|
32
|
+
|
33
|
+
```sh
|
34
|
+
npm run lint
|
35
|
+
```
|