create-vite-app
create-vite-app copied to clipboard
Create a Vite-powered app in seconds!
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I just init my project: `npm init vite-app myApp --template vue-ts`. Then run `npm run build`. But i got this error: ```bash .\src\main.ts ============= => .\src\main.ts:2:17 Error :: Cannot find...
 ``` ➜ my-react-project yarn dev yarn run v1.22.5 warning package.json: No license field $ vite [vite] failed to load config from /Users/crazyair/Code/my-react-project/vite.config.js: /Users/crazyair/Code/my-react-project/vite.config.js:2 import reactPlugin from 'vite-plugin-react' ^^^^^^^^^^^ ```
## Describe the bug Installation Fails with an error below when running `npm init vite-app` ## Reproduction Possible due to my windows username has space in the name which might...
After building the project the output file names are hashed like index.4555a4.js and style.23432423.css . How can I use my custom name? Did not find any doc on it. TIA
 ## Reproduce 1. npm init vite-app my-project --template vue-ts 2. cd my-project 3. npm install 4. code . 5. open main.ts #17
I understand if you don't want this change.
**Is your feature request related to a problem? Please describe.** It's not allowed to create vite-app in existing directory: "Error: target directory is not empty. error Command failed." **Describe the...
At present, the cooperation between vue template and TypeScript is not perfect. The development of `@vuedx` is currently stalled. We can add a template-vue-jsx-ts first. Let everyone experience the development...