Skip to content

Easy starter setup to develop Vue + Tailwind + VIte projects with everything you need to have a good development experience (ESlint + Prettier).

License

Notifications You must be signed in to change notification settings

davidtheweb-dev/vue-vite-tailwind-starter

Repository files navigation

Starter app for Vue + Vite + Tailwind (w/ Eslint & Prettier) projects

This is an extremely simple setup to develop Vue + Tailwind projects with everything you need to have a good development experience (ESlint + Prettier).

Dependencies included:

Required plugins (must be installed via VSCode extensions):

  • ESLint
  • PostCSS Language Support
  • Prettier - Code formatter
  • Tailwind CSS IntelliSense
  • Vue Language Features (Volar)

Usage

Install required VSCode plugins

Install dependencies:

npm install

Run the app:

npm run dev

Add any config values to the tailwind.config.js file

To build once, run:

npm run build

Enjoy! 😋