@atox/create-vite
v0.0.22
Published
Create vite project
Downloads
65
Maintainers
Readme
@atox/create-vite
Scaffolding Your First Vite Project
Compatibility Note: Vite requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm install @atox/create-vite --global
$ create-viteWith Yarn:
$ yarn add @atox/create-vite --global
$ create-viteWith PNPM:
$ pnpm add @atox/create-vite --global
$ create-viteThen follow the prompts!
