create-vue
create-vue copied to clipboard
🛠️ The recommended way to start a Vite-powered Vue project
For example: `tasks.json`: ```jsonc { "version": "2.0.0", "tasks": [ { "label": "npm: dev", "type": "npm", "script": "dev", "detail": "vite", "problemMatcher": "$vite", "isBackground": true, "group": { "kind": "build", "isDefault": true },...
Hi, I just created a Vue app using the `npm init vue` command.  When I run the `test:e2` and `test:e2e:ci` commands on my machine, Cypress...
The Vue CLI provided an option -b to exclude the scaffolded components. It would be nice if there was a way to do this with create-vue either through a flag...
the setting of `lib: []` in `tsconfig.vitest.json`, would cause the settings from `tsconfig.app.json` being cleanup. it would loss the type like `dom.interable`.
vue3 boilerplate here is composition by default but pinia is still fully options-api, can we make that composition by default for consistency?
Create-vue doesn't create a `jsconfig.json` file on the first initialization without TS. Added `jsconfig.json` with aliased paths to base template for out of the box VSCode IntelliSense
so we can automate vue3 project creation
The plugin "[prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss)" is supposed to work when you install it with no more setup needed, but in create-vue projects it doesnt work. Supposedly it should sort your tailwindcss on...