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

The module generates eslint config with the old commonJS syntax When you init a new project: ``` npm create vite@latest ``` And then setup the `Vue / configure with vue-create`...

Vue 3: Given the latest controversies about Cypress (blocking access to third party dashboards etc.), I recommend we change the default to Playright since it's a much better tool, it's...

this's package.json form `npm create vue@legacy` ```json { "name": "xxxx-xxxx-xxxx", "version": "0.0.0", "scripts": { "dev": "vite", "build": "run-p type-check build-only", "preview": "vite preview --port 4173", "test:unit": "vitest --environment jsdom", "build-only":...

vue2

# Vue version 2.7.7 # Step to reproduce ``` PS D:\dev\> npm create vue@2 vue-minimal Vue.js - The Progressive JavaScript Framework √ Add TypeScript? ... No / Yes √ Add...

bug
vue2

ref https://github.com/vuejs/tsconfig/issues/16 thanks @sodatea

documentation

I've run create-vue and have a bunch of files now. Thanks! It's a good start. But I don't understand all these files. Is there a docs site that explains the...

The package.json file is located at template/config/typescript/package.json. ```run-p type-check \"build-only {@}\" --``` -> ```run-p type-check \"build-only -- {@}\" --``` #393

When I execute the npm command ```npm run build -- --mode test```, the "@" placeholder only accepts "test", and the "--mode" is missing. When I modified the build command to...

## Description npm provides both `npm start` and `npm test`. Use these instead of `npm run dev` and `npm run test:unit`. ## Considerations Maybe there are different layers of tests....

enhancement
good first issue