/cookiecutter-vue3-vite-pinia-tailwindcss

A Cookiecutter template for Vue 3 projects with Vite, Pinia, and TailwindCSS.

Primary LanguageVueMIT LicenseMIT

Vue 3 + Vite + TailwindCSS + Pinia

alt text

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.

Requirements

Run Locally

  1. Install cookiecutter and follow the steps
pip install cookiecutter
  1. Create the project from the template
cookiecutter https://github.com/miguelocana/cookiecutter-vue3-vite-pinia-tailwindcss.git
  1. Go to the folder of the created project and install the dependencies
npm install
  1. You're good to go.
npm run dev