create-vite-app icon indicating copy to clipboard operation
create-vite-app copied to clipboard

Create a Vite-powered app in seconds!

Results 9 create-vite-app issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

![image](https://user-images.githubusercontent.com/7971419/103048508-c9b8b300-45c9-11eb-96b5-b296a6b2c237.png) ``` ➜ 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

![image](https://user-images.githubusercontent.com/21048878/102568382-54a73280-411e-11eb-8342-1fce0bade307.png) ## 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...

enhancement

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...