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

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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-run-all2](https://redirect.github.com/bcomnes/npm-run-all2) | [`^6.2.6` -> `^7.0.1`](https://renovatebot.com/diffs/npm/npm-run-all2/6.2.6/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-run-all2/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-run-all2/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.16.14` -> `^20.17.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.14/20.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-playwright](https://redirect.github.com/playwright-community/eslint-plugin-playwright) | [`^1.8.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-playwright/1.8.1/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-playwright/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-playwright/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies