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

This is handled here #245

With: ```json { "files": [], "references": [ { "path": "./tsconfig.node.json" }, { "path": "./tsconfig.vitest.json" }, { "path": "./tsconfig.app.json" } ] } ``` Instead of: ```json { "files": [], "references": [...

I want to setup a scaffold for our product. In our case, we frequently create new "module" as npm package. In which, I manually setup almost everything like common dependencies,...

![image](https://github.com/vuejs/create-vue/assets/521971/5f434a34-f533-4138-9372-fbb90359f041) https://webdriver.io/

enhancement

How is this officially "The recommended way to start a Vite-powered Vue project"?! It does create such a project, but before I can _start_ coding my own actual project, I...

Currently, create-vue generates a playwright config that has something like this in it: ```js { webServer: { /** * use the dev server by default for faster feedback loop. Use...

When you generated a project with Cypress E2E and no vitest, you get `tsconfig.cypress-ct.json`, but when you generated a project with Cypress E2E and Vitest, you get no top level...

bug

First off, this may not be a problem with create-vue. It may be a problem in vue itself, or in typescript, or vue-tsc, or somewhere else. It may be related...

vue2

I've added a tailwind as an option here, what do you think of this option? ![Screenshot from 2023-04-05 23-10-33](https://user-images.githubusercontent.com/37845480/230223099-5118e036-a0be-4581-be7f-a29b0736d911.png) UPDATE!: I faced an issue when picking the typescript with tailwind...