create-vue 3.10.4 → 3.11.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/LICENSE +0 -57
- package/README.md +2 -2
- package/outfile.cjs +616 -1281
- package/package.json +13 -13
- package/template/base/.vscode/settings.json +8 -0
- package/template/base/node_modules/.bin/tsc +17 -0
- package/template/base/node_modules/.bin/tsserver +17 -0
- package/template/base/node_modules/.bin/vite +2 -2
- package/template/base/package.json +3 -3
- package/template/base/vite.config.js.ejs +1 -1
- package/template/code/default/src/components/HelloWorld.vue +1 -1
- package/template/code/default/src/components/TheWelcome.vue +1 -1
- package/template/code/router/src/components/HelloWorld.vue +1 -1
- package/template/code/router/src/components/TheWelcome.vue +1 -1
- package/template/code/typescript-default/src/components/HelloWorld.vue +1 -1
- package/template/code/typescript-default/src/components/TheWelcome.vue +1 -1
- package/template/code/typescript-router/src/components/HelloWorld.vue +1 -1
- package/template/code/typescript-router/src/components/TheWelcome.vue +1 -1
- package/template/config/cypress/node_modules/.bin/cypress +2 -2
- package/template/config/cypress/node_modules/.bin/server-test +2 -2
- package/template/config/cypress/node_modules/.bin/start-server-and-test +2 -2
- package/template/config/cypress/node_modules/.bin/start-test +2 -2
- package/template/config/cypress/package.json +2 -2
- package/template/config/cypress-ct/node_modules/.bin/cypress +2 -2
- package/template/config/cypress-ct/node_modules/.bin/tsc +17 -0
- package/template/config/cypress-ct/node_modules/.bin/tsserver +17 -0
- package/template/config/cypress-ct/package.json +2 -2
- package/template/config/devtools/node_modules/.bin/rollup +17 -0
- package/template/config/devtools/node_modules/.bin/tsc +17 -0
- package/template/config/devtools/node_modules/.bin/tsserver +17 -0
- package/template/config/devtools/node_modules/.bin/vite +4 -4
- package/template/config/devtools/package.json +1 -1
- package/template/config/jsx/node_modules/.bin/browserslist +4 -4
- package/template/config/jsx/node_modules/.bin/tsc +17 -0
- package/template/config/jsx/node_modules/.bin/tsserver +17 -0
- package/template/config/jsx/node_modules/.bin/vite +2 -2
- package/template/config/jsx/package.json +3 -3
- package/template/config/nightwatch/node_modules/.bin/chromedriver +2 -2
- package/template/config/nightwatch/node_modules/.bin/geckodriver +2 -2
- package/template/config/nightwatch/node_modules/.bin/nightwatch +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-cwd +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-esm +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-script +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-transpile-only +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-script +2 -2
- package/template/config/nightwatch/node_modules/.bin/tsc +4 -4
- package/template/config/nightwatch/node_modules/.bin/tsserver +4 -4
- package/template/config/nightwatch/node_modules/.bin/vite +4 -4
- package/template/config/nightwatch/package.json +6 -5
- package/template/config/nightwatch-ct/node_modules/.bin/tsc +17 -0
- package/template/config/nightwatch-ct/node_modules/.bin/tsserver +17 -0
- package/template/config/nightwatch-ct/package.json +1 -1
- package/template/config/pinia/node_modules/.bin/tsc +17 -0
- package/template/config/pinia/node_modules/.bin/tsserver +17 -0
- package/template/config/pinia/package.json +2 -2
- package/template/config/playwright/node_modules/.bin/playwright +2 -2
- package/template/config/playwright/package.json +1 -1
- package/template/config/playwright/playwright.config.js +3 -3
- package/template/config/router/node_modules/.bin/tsc +17 -0
- package/template/config/router/node_modules/.bin/tsserver +17 -0
- package/template/config/router/package.json +2 -2
- package/template/config/typescript/node_modules/.bin/npm-run-all +2 -2
- package/template/config/typescript/node_modules/.bin/npm-run-all2 +2 -2
- package/template/config/typescript/node_modules/.bin/run-p +2 -2
- package/template/config/typescript/node_modules/.bin/run-s +2 -2
- package/template/config/typescript/node_modules/.bin/tsc +2 -2
- package/template/config/typescript/node_modules/.bin/tsserver +2 -2
- package/template/config/typescript/node_modules/.bin/vue-tsc +2 -2
- package/template/config/typescript/package.json +4 -4
- package/template/config/vitest/.vscode/extensions.json +3 -0
- package/template/config/vitest/node_modules/.bin/tsc +17 -0
- package/template/config/vitest/node_modules/.bin/tsserver +17 -0
- package/template/config/vitest/node_modules/.bin/vitest +2 -2
- package/template/config/vitest/package.json +3 -3
- package/template/eslint/package.json +3 -2
- package/template/tsconfig/cypress/cypress/{e2e/tsconfig.json → tsconfig.json} +2 -1
- package/template/config/devtools/node_modules/.bin/browserslist +0 -17
- package/template/config/nightwatch/node_modules/.bin/browserslist +0 -17
package/LICENSE
CHANGED
|
@@ -270,35 +270,6 @@ Repository: git://github.com/mde/ejs.git
|
|
|
270
270
|
> limitations under the License.
|
|
271
271
|
>
|
|
272
272
|
|
|
273
|
-
## javascript-stringify
|
|
274
|
-
|
|
275
|
-
License: MIT
|
|
276
|
-
By: Blake Embrey
|
|
277
|
-
Repository: git+https://github.com/blakeembrey/javascript-stringify.git
|
|
278
|
-
|
|
279
|
-
> The MIT License (MIT)
|
|
280
|
-
>
|
|
281
|
-
> Copyright (c) 2013 Blake Embrey (hello@blakeembrey.com)
|
|
282
|
-
>
|
|
283
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
284
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
285
|
-
> in the Software without restriction, including without limitation the rights
|
|
286
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
287
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
288
|
-
> furnished to do so, subject to the following conditions:
|
|
289
|
-
>
|
|
290
|
-
> The above copyright notice and this permission notice shall be included in
|
|
291
|
-
> all copies or substantial portions of the Software.
|
|
292
|
-
>
|
|
293
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
294
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
295
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
296
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
297
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
298
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
299
|
-
> THE SOFTWARE.
|
|
300
|
-
>
|
|
301
|
-
|
|
302
273
|
## kleur
|
|
303
274
|
|
|
304
275
|
License: MIT
|
|
@@ -328,34 +299,6 @@ Repository: git+https://github.com/lukeed/kleur.git
|
|
|
328
299
|
> THE SOFTWARE.
|
|
329
300
|
>
|
|
330
301
|
|
|
331
|
-
## kolorist
|
|
332
|
-
|
|
333
|
-
License: MIT
|
|
334
|
-
By: Marvin Hagemeister
|
|
335
|
-
Repository: git+https://github.com/marvinhagemeister/kolorist.git
|
|
336
|
-
|
|
337
|
-
> The MIT License (MIT)
|
|
338
|
-
>
|
|
339
|
-
> Copyright (c) 2020-present Marvin Hagemeister
|
|
340
|
-
>
|
|
341
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
342
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
343
|
-
> in the Software without restriction, including without limitation the rights
|
|
344
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
345
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
346
|
-
> furnished to do so, subject to the following conditions:
|
|
347
|
-
>
|
|
348
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
349
|
-
> copies or substantial portions of the Software.
|
|
350
|
-
>
|
|
351
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
352
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
353
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
354
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
355
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
356
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
357
|
-
> SOFTWARE.
|
|
358
|
-
|
|
359
302
|
## prompts
|
|
360
303
|
|
|
361
304
|
License: MIT
|
package/README.md
CHANGED
|
@@ -28,9 +28,9 @@ npm create vue@legacy
|
|
|
28
28
|
|
|
29
29
|
## Difference from Vue CLI
|
|
30
30
|
|
|
31
|
-
- Vite-Powered: Vue CLI is based on webpack, while `create-vue` is based on [Vite](https://
|
|
31
|
+
- Vite-Powered: Vue CLI is based on webpack, while `create-vue` is based on [Vite](https://vite.dev/). Vite supports most of the configured conventions found in Vue CLI projects out of the box, and provides a significantly better development experience due to its extremely fast startup and hot-module replacement speed. Learn more about why we recommend Vite over webpack [here](https://vite.dev/guide/why.html).
|
|
32
32
|
|
|
33
|
-
- Scaffolding Tool: Unlike Vue CLI, `create-vue` itself is just a scaffolding tool. It creates a pre-configured project based on the features you choose, and delegates the rest to Vite. Projects scaffolded this way can directly leverage the [Vite plugin ecosystem](https://
|
|
33
|
+
- Scaffolding Tool: Unlike Vue CLI, `create-vue` itself is just a scaffolding tool. It creates a pre-configured project based on the features you choose, and delegates the rest to Vite. Projects scaffolded this way can directly leverage the [Vite plugin ecosystem](https://vite.dev/plugins/) which is Rollup-compatible.
|
|
34
34
|
|
|
35
35
|
## Migrating from Vue CLI
|
|
36
36
|
|