https://github.com/richardevcom/vite-vuex-tailwind
Vite + Vue 3.0 + Vuex 4.0 + Router 4.x + Tailwind CSS (boilerplate)
https://github.com/richardevcom/vite-vuex-tailwind
beginner boilerplate css eslint prettier router starter svg tailwind tailwindcss template vite vite-svg vue vue-router vue3 vuejs vuejs3 vuex vuex4
Last synced: 8 months ago
JSON representation
Vite + Vue 3.0 + Vuex 4.0 + Router 4.x + Tailwind CSS (boilerplate)
- Host: GitHub
- URL: https://github.com/richardevcom/vite-vuex-tailwind
- Owner: richardevcom
- Created: 2021-10-09T04:53:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T02:12:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T17:58:02.556Z (9 months ago)
- Topics: beginner, boilerplate, css, eslint, prettier, router, starter, svg, tailwind, tailwindcss, template, vite, vite-svg, vue, vue-router, vue3, vuejs, vuejs3, vuex, vuex4
- Language: Vue
- Homepage: http://discord.gg/ZptSdXMPrM
- Size: 311 KB
- Stars: 35
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# Vite + Vuex + Tailwind CSS (boilerplate)
### ⚠️ We have moved to another [Vue 3 boilerplate + Vite, Pinia, Vue Router & Tailwind CSS](https://github.com/richardevcom/vue3-boilerplate) - this package is not maintained anymore.
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Support & collaboration
[](http://discord.gg/ZptSdXMPrM)
## Stack
- [Vue 3.0](https://v3.vuejs.org/)
- [Vuex 4.0](https://vuex.vuejs.org)
- [Router 4.x](https://router.vuejs.org/)
- [Tailwind CSS](https://router.vuejs.org/)
- eslint
- prettier
Additionally I added [vite-svg-loader](https://github.com/jpkleemans/vite-svg-loader#readme) 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
```