vite-vuex-tailwind
vite-vuex-tailwind copied to clipboard
Vite + Vue 3.0 + Vuex 4.0 + Router 4.x + Tailwind CSS (boilerplate)
Vite + Vuex + Tailwind CSS (boilerplate)
⚠️ We have moved to another Vue 3 boilerplate + Vite, Pinia, Vue Router & Tailwind CSS - this package is not maintained anymore.
This template should 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
Stack
- Vue 3.0
- Vuex 4.0
- Router 4.x
- Tailwind CSS
- eslint
- prettier
Additionally I added vite-svg-loader to support SVG imports.
Install
git clone https://github.com/richardevcom/vite-vuex-tailwind.git
cd vite-vuex-tailwind
npm install
Run / Develop
npm run dev
Build
npm run build
Serve / host
npm run serve