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

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

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

Hi! It would be great if create-vue will be suggest adding husky + lint-staged. Like it was on vue-cli.

Even using `npm create vue@3` doesn't seem to always use the latest version, perhaps it needs to point to some [dist-tag](https://docs.npmjs.com/cli/v8/commands/npm-dist-tag) instead? Oh man, the behavior of npm/npx here is...

I think it's a useful feature...

### Description If the user picks ESLint, then suggest the ESLint .vscode extension, and add the settings. **settings.json** ``` { "editor.codeActionsOnSave": { "source.fixAll": "explicit" } } ``` **extensions.json** ``` {...

As of #442, settings.json is now added when picking Prettier. How about adding the following setting when picking ESLint as well, so that linting is done on save? ``` {...

closed: #408 #185 # TODO List ## Output Template - [x] `pnpm` to v8 - [x] `vue` to v2.7.16 - [x] `node` to 18+ - [x] `vite` to v5 -...

See reasons at https://github.com/epicweb-dev/epic-stack/blob/main/docs/decisions/031-imports.md and https://github.com/vuejs/core/issues/9919 Pending https://github.com/vuejs/core/issues/9919 to be fixed ~~Pending https://github.com/microsoft/TypeScript/pull/55015 to be released~~

Creating a project with typescript and vitest ``` Vue.js - The Progressive JavaScript Framework √ Add TypeScript? ... Yes √ Add Vitest for Unit Testing? ... Yes ``` making a...

enhancement