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

Is there any plan to implement `vue-cli-service build`? Just like in Vue 2: https://cli.vuejs.org/guide/build-targets.html My actual question is, should I use vue@2 to get access to this feature, or is...

It's very hard to setup a plugin development environment or remove starter codes from a new project every time. You might say there is community templates for this, but it...

Many people like to use the @vue/eslint-config-airbnb rule Allowed to be added when prompt is selected ![image](https://user-images.githubusercontent.com/61547749/211186496-bb0da877-2084-4da3-ab4d-b0b593a44318.png) ### .eslintrc.cjs ```javascript /* eslint-env node */ require('@rushstack/eslint-patch/modern-module-resolution') module.exports = { root: true,...

Some of the components generated through the CLI could be imported like `@/components/myComponent.vue` instead of using relative import paths.

discussion

I want the same thing, but minus all of the starter components and css.

### Description When running Playwright end-to-end testing from [Playwright Test for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright), an error is thrown: ``` Error: Process from config.webServer was not able to start. Exit code: 1 ```...

ESLint v9 has been released and we'll need to change a few things to properly support it. `npm run lint` currently fails to run with eslint v9: ``` ❯ npm...