Skip to content

Commit e6fa562

Browse files
committed
chore: regenerate all template snapshots with the new readme
1 parent f160260 commit e6fa562

File tree

16 files changed

+321
-103
lines changed

16 files changed

+321
-103
lines changed

playground/default/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Vue 3 + Vite
1+
# default
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
19+
### Compile and Hot-Reload for Development
20+
21+
```sh
22+
npm run dev
23+
```
1824

19-
## Usage
25+
### Compile and Minify for Production
2026

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
27+
```sh
28+
npm run build
29+
```
Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
1-
# Vue 3 + Vite
1+
# jsx-router-vuex-with-tests
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
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+
### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction)
32+
33+
```sh
34+
npm run test:unit # or `npm run test:unit:ci` for headless testing
35+
```
1836

19-
## Usage
37+
### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
2038

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
39+
```sh
40+
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
41+
```

playground/jsx-router-vuex/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Vue 3 + Vite
1+
# jsx-router-vuex
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
19+
### Compile and Hot-Reload for Development
20+
21+
```sh
22+
npm run dev
23+
```
1824

19-
## Usage
25+
### Compile and Minify for Production
2026

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
27+
```sh
28+
npm run build
29+
```

playground/jsx-router/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Vue 3 + Vite
1+
# jsx-router
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
19+
### Compile and Hot-Reload for Development
20+
21+
```sh
22+
npm run dev
23+
```
1824

19-
## Usage
25+
### Compile and Minify for Production
2026

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
27+
```sh
28+
npm run build
29+
```

playground/jsx/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Vue 3 + Vite
1+
# jsx
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
19+
### Compile and Hot-Reload for Development
20+
21+
```sh
22+
npm run dev
23+
```
1824

19-
## Usage
25+
### Compile and Minify for Production
2026

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
27+
```sh
28+
npm run build
29+
```
Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
1-
# Vue 3 + Vite
1+
# router-vuex-with-tests
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
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+
### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction)
32+
33+
```sh
34+
npm run test:unit # or `npm run test:unit:ci` for headless testing
35+
```
1836

19-
## Usage
37+
### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
2038

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
39+
```sh
40+
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
41+
```

playground/router-vuex/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Vue 3 + Vite
1+
# router-vuex
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
19+
### Compile and Hot-Reload for Development
20+
21+
```sh
22+
npm run dev
23+
```
1824

19-
## Usage
25+
### Compile and Minify for Production
2026

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
27+
```sh
28+
npm run build
29+
```

playground/router/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Vue 3 + Vite
1+
# router
22

33
This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

77
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur).
88

9-
## Type Support for `.vue` Imports in TS
9+
## Customize configuration
1010

11-
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
11+
See [Vite Configuration Reference](https://vitejs.dev/config/).
1212

13-
However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can run `Volar: Switch TS Plugin on/off` from VSCode command palette.
13+
## Project Setup
1414

15-
## Customize configuration
15+
```sh
16+
npm install
17+
```
1618

17-
See [Vite Configuration Reference](https://vitejs.dev/config/).
19+
### Compile and Hot-Reload for Development
20+
21+
```sh
22+
npm run dev
23+
```
1824

19-
## Usage
25+
### Compile and Minify for Production
2026

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
27+
```sh
28+
npm run build
29+
```

playground/typescript-jsx-router-vuex-with-tests/README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue 3 + Vite
1+
# typescript-jsx-router-vuex-with-tests
22

33
This template should help get you started developing with Vue 3 in Vite.
44

@@ -16,6 +16,32 @@ However, if you wish to get actual prop types in `.vue` imports (for example to
1616

1717
See [Vite Configuration Reference](https://vitejs.dev/config/).
1818

19-
## Usage
19+
## Project Setup
2020

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
21+
```sh
22+
npm install
23+
```
24+
25+
### Compile and Hot-Reload for Development
26+
27+
```sh
28+
npm run dev
29+
```
30+
31+
### Type-Check, Compile and Minify for Production
32+
33+
```sh
34+
npm run build
35+
```
36+
37+
### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction)
38+
39+
```sh
40+
npm run test:unit # or `npm run test:unit:ci` for headless testing
41+
```
42+
43+
### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
44+
45+
```sh
46+
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
47+
```

playground/typescript-jsx-router-vuex/README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue 3 + Vite
1+
# typescript-jsx-router-vuex
22

33
This template should help get you started developing with Vue 3 in Vite.
44

@@ -16,6 +16,20 @@ However, if you wish to get actual prop types in `.vue` imports (for example to
1616

1717
See [Vite Configuration Reference](https://vitejs.dev/config/).
1818

19-
## Usage
19+
## Project Setup
2020

21-
<!-- NPM-SCRIPTS-PLACEHOLDER -->
21+
```sh
22+
npm install
23+
```
24+
25+
### Compile and Hot-Reload for Development
26+
27+
```sh
28+
npm run dev
29+
```
30+
31+
### Type-Check, Compile and Minify for Production
32+
33+
```sh
34+
npm run build
35+
```

0 commit comments

Comments
 (0)