A Cookiecutter template for Vue 3 projects with Vite as a build tool, Pinia as a store, and TailwindCSS as a styling framework. Deploy Vue 3 projects faster with this pre-configured template.
- Install cookiecutter and follow the steps
pip install cookiecutter
- Create the project from the template
cookiecutter https://github.com/miguelocana/cookiecutter-vue3-vite-pinia-tailwindcss.git
- Go to the folder of the created project and install the dependencies
npm install
- You're good to go.
npm run dev