vitejs / awesome-vite

⚡️ A curated list of awesome things related to Vite.js
https://github.com/vitejs/vite
MIT License
14k stars 1.11k forks source link

Can I create my own Vite template? #669

Open igorroc opened 1 year ago

igorroc commented 1 year ago

I want to create a Vite template for my organization.

It has some specific dependencies and a default folder management, along with default CSS styling.

Is there a way to create it and share with my coworkers?

ulises-jeremias commented 1 year ago

@igorroc hey! I'm not answering to do spam but just to share a tool that may help you on this 😊

I just created this PR adding https://www.npmjs.com/package/create-awesome-node-app. It allows you to use different Vite based templates and extensions and also makes it possible to share your own templates

I created it to solve the same exact problem at my company 😊