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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue-tsc](https://togithub.com/johnsoncodehk/volar) | [`^0.40.13` -> `^1.0.8`](https://renovatebot.com/diffs/npm/vue-tsc/0.40.13/1.0.8) | [![age](https://badges.renovateapi.com/packages/npm/vue-tsc/1.0.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Vue version 3.2.38 ### Link to minimal reproduction https://gitlab.com/jez9999/vue3-demo ### Steps to reproduce ``` npm init vue@3 Vue.js - The Progressive JavaScript Framework √ Project name: ... vue-project √...

Follow up to talking to myself in https://github.com/vuejs/create-vue/pull/151 😛 Create a new create-vue project with everything but tsx selected. In this configuration, VS Code's builtin tsserver/TypeScript support seems to pick...

related https://github.com/vuejs/create-vue/pull/163#discussion_r990598036

By using prompts.override, users would be able to set options without going through each prompt.

https://github.com/vuejs/create-vue/blob/653f265c34741d22a114c4614362fa647a948d6e/utils/renderEslint.ts#L24 This might actually need to be: ```ts ['cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}'], ``` I had this not match files recursively in a different project when not doing this like that.

https://github.com/substack/minimist now returns 404 https://twitter.com/dan_abramov/status/1573715996573155336 Likely because @substack didn't wanna use 2FA. Anyway, Node.js provides a built-in `util.parseArgs` helper since v18.3.0, which uses https://github.com/pkgjs/parseargs underlylingly. The package supports Node.js >=...

Hello, Can I get approval for working on the issue `https://github.com/vuejs/create-vue/issues/164`? The option would be something like ` Add Husky for pre-commit Hooks? ... Yes/No ` ` Add Lint-staged for...