Skip to content

Quick boilerplate for your next project, containing - Vite, Vuex, Vue Router & Tailwind CSS.

Notifications You must be signed in to change notification settings

salemnouhou/vue3-Tailwind-boilerplate

 
 

Repository files navigation

Vue 3 boilerplate - Vite, Pinia, Vue Router & Tailwind CSS

This boilerplate was created as part of my custom Vue 3 boilerpalte tutorial. It will help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Support & collaboration

discord-server

Dependencies

Stack

Install

npm i @richardev/vue3-boilerplate

or

git clone https://github.com/richardevcom/vue3-boilerplate.git

then

cd vue3-boilerplate
npm install

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + Tailwind CSS Intellisense.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

Quick boilerplate for your next project, containing - Vite, Vuex, Vue Router & Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.5%
  • SCSS 13.7%
  • JavaScript 12.4%
  • HTML 8.4%