vite is an excellent tool that provides a lot of templates, although the official template provided has been streamlined enough, but I still want to be less, so I forked a copy of it, just to trim the official existing template and remove some non-essential files. i ❤️ vite.
As with the official documentation, you just need to replace the vite keyword with tiny-vite.
With NPM:
npm create tiny-vite@latestWith Yarn:
yarn create tiny-viteWith PNPM:
pnpm create tiny-viteOther and official remain the same, enjoy!
The scripts and documentation in this project are released under the MIT License.