- Notifications
You must be signed in to change notification settings - Fork503
Releases: vuejs/create-vue
2025-10-22 (3.18.2)
7d95a3fNotable Changes
- Added the
--experimental-cliflag to the Prettier formatting command by@btea in#837 - Added the
--cacheflag to the ESLint command by@btea invuejs/create-eslint-config#90 - Added
.eslintcacheto.gitignoreby@btea in#836 - Added
__screenshots__directory to.gitignoreby@cexbrayat in#829
Full Changelog:v3.18.1...v3.18.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-09-29 (3.18.1)
7732110Updated dependency versions.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-07-28 (v3.18.0)
b19cb3dNotable Changes
- Added an
enginesfield in the generatedpackage.jsonby@btea in#775 - Added a prompt to skip example code by@haoqunjiang in#787
New Contributors
- @skirtles-code made their first contribution in#774
Full Changelog:v3.17.0...v3.18.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-06-25 (v3.17.0)
e6ac333Notable Changes
- Update dependencies, most notably,Vite 7.0
- Drop Node 18 by@btea in#743
- Experimental
rolldown-viteoption by@btea in#760
Full Changelog:v3.16.4...v3.17.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-04-07 (v3.16.4)
e78f61aWhat's Changed
Full Changelog:4c21830...v3.16.4
2025-04-03 (v3.16.3)
5411a9cAssets2
Uh oh!
There was an error while loading.Please reload this page.
2025-04-02 (v3.16.2)
085002bAssets2
Uh oh!
There was an error while loading.Please reload this page.
2025-04-02 (v3.16.0)
66991b7Notable Changes
- The
create-vuepackage is now bundled byRolldown instead of esbuild#721 - Better Oxlint + VS Code integration#720
- Dependency updates. Notably, the generated ESLint config now uses the
defineConfig&globalIgnoreshelpers fromESLint 9.22+.
New Contributors
- @findrakecil made their first contribution in#718
Full Changelog:v3.15.1...v3.16.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-03-09 (v3.15.1)
0682906What's Changed
- fix(config): move prettier script inside the script section by@dennybiasiolli in#709
New Contributors
- @dennybiasiolli made their first contribution in#709
Full Changelog:v3.15.0...v3.15.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-03-08 (v3.15.0)
0c183c8Notable Changes
CLI Experience
- We now show a multiselect for feature options instead of individual Yes/No prompts#695
- If you are using feature flags to skip the feature prompts, we now provide two new feature flags
--eslint-with-oxlintand--prettier#682
Prettier
- Prettier version in a generated project is now pinned, asrecommended by the Prettier team
ESLint
- Updated
eslint-plugin-vueto v10. The most notable change is for JavaScript projects - browserglobalsmust now beexplicitly configured ineslint.config.js
New Contributors
- @hiTommyhu made their first contribution in#700
Full Changelog:v3.14.2...v3.15.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.