Lightweight template for setting up Vue apps. Only bones included.
- Using the
<script setup>
syntax - Tailwind for styling
- Vue Router to manage the routes (mostly managed by ViteSSG)
- ViteSSG to generate a static site.
- Pinia for state managment.
- VueUse for utility functions.
- If you want file based routing use the vite plugin vite-plugin-pages
Run npx degit dcrendon/VueBones my-app
to clone without the git history.
cd my-app
npm install
npm run dev