create-vue 3.15.0 → 3.15.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 +1 -1
- package/outfile.cjs +2 -2
- package/package.json +1 -1
- package/template/config/prettier/package.json +3 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The recommended way to start a Vite-powered Vue project
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<img width="898" alt="
|
|
6
|
+
<img width="898" alt="Screencast from terminal" src="https://github.com/vuejs/create-vue/blob/main/media/screencast-cli.gif?raw=true">
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
## Usage
|
package/outfile.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
/*! create-vue v3.15.
|
|
2
|
+
/*! create-vue v3.15.1 | MIT */
|
|
3
3
|
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -2228,7 +2228,7 @@ function emptyRouterConfig(rootDir, needsTypeScript) {
|
|
|
2228
2228
|
// package.json
|
|
2229
2229
|
var package_default3 = {
|
|
2230
2230
|
name: "create-vue",
|
|
2231
|
-
version: "3.15.
|
|
2231
|
+
version: "3.15.1",
|
|
2232
2232
|
description: "\u{1F6E0}\uFE0F The recommended way to start a Vite-powered Vue project",
|
|
2233
2233
|
type: "module",
|
|
2234
2234
|
packageManager: "pnpm@10.6.1",
|
package/package.json
CHANGED