create-vue icon indicating copy to clipboard operation
create-vue copied to clipboard

🛠️ The recommended way to start a Vite-powered Vue project

Results 76 create-vue issues
Sort by recently updated
recently updated
newest added

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 },...

enhancement

Hi, I just created a Vue app using the `npm init vue` command. ![Capture d’écran du 2022-05-06 09-58-34](https://user-images.githubusercontent.com/23351988/167093398-a686a917-7c89-4b68-bea8-a437787115e9.png) 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?

enhancement

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...