1.0.1 • Published 2 years ago

vite-vue3-boilerplate v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

discord-server

Stack

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