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 issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`^16.11.47` -> `^16.11.49`](https://renovatebot.com/diffs/npm/@types%2fnode/16.11.47/16.11.49) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.49/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Hi, Thank you for creating this tool! It would be really great if `create-vue` could setup and configure (including with JS *or* TS support) a chosen ruleset - like Vue...

![image](https://user-images.githubusercontent.com/64412486/165669888-cf056e51-7681-45ab-82c1-575b2fb56c29.png)

Hello, Is there a recommendation for updating an existing project created with vue-create? ( `npm init vue@3` ) Since the creation of my app, I see that there have been...

documentation

- Create vue 2 project using following config ![QQ截图20220715152725](https://user-images.githubusercontent.com/8372385/179177297-0fd08d5f-523b-4932-825b-b97aa82221b0.png) - `npm install` - add rules inside `.eslintrc.cjs` ```js rules: { "@typescript-eslint/prefer-optional-chain": "error" } ``` - `npm run lint` - terminal...

documentation

Hello, 👋 [Playwright](https://playwright.dev/) is getting more and more traction over the last years and we should provide users an easy integration with the Vue ecosystem so users benefit from it....

Hello, the current project basically uses the CSS extension language to write styles, so I think that might be good to provide an option to choose to add it. What...

documentation

Changes: * Scaffolds `.prettierrc` if Prettier is selected at prompt * Removes quotes from config object's keys in scaffolded `.eslintrc.cjs` fix #116

### Description There is no `.pretterrc` in the scaffold, so Prettier uses its default options, which includes [`printWidth=80`](https://prettier.io/docs/en/options.html#print-width), [`semi=true`](https://prettier.io/docs/en/options.html#semicolons), and [`singleQuote=false`](https://prettier.io/docs/en/options.html#quotes). This default config causes Prettier warnings in almost all...