Skip to content

template-pro/create-tiny-vite

 
 

Repository files navigation

Create-tiny-vite

Why

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.

Usage

As with the official documentation, you just need to replace the vite keyword with tiny-vite.

With NPM:

npm create tiny-vite@latest

With Yarn:

yarn create tiny-vite

With PNPM:

pnpm create tiny-vite

Other and official remain the same, enjoy!

License

The scripts and documentation in this project are released under the MIT License.

About

Opinionated official template streamlined

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 47.5%
  • CSS 17.7%
  • JavaScript 12.6%
  • HTML 12.0%
  • Svelte 7.3%
  • Vue 2.9%