https://github.com/uvacoder/vercel-vite-vue-starter
https://github.com/uvacoder/vercel-vite-vue-starter
starter vercel vitejs vuejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/vercel-vite-vue-starter
- Owner: Uvacoder
- Created: 2021-08-14T07:21:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T07:21:31.000Z (almost 5 years ago)
- Last Synced: 2025-06-07T06:34:26.831Z (about 1 year ago)
- Topics: starter, vercel, vitejs, vuejs
- Language: Vue
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vercel Vite Vue Starter
This is a pretty opinionated starter template for creating Vue apps. It uses:
- Vite as the dev server
- Vue 3 for the UI
- Tailwind CSS for styles
- Headless UI components from Tailwind Labs
- Heroicons for SVG Icons (also from Tailwind Labs)
- Has an API folder set up ready to go with serverless functions for Vercel
For more detailed info, run `npm install` and then `npm run dev` and the base app will have documentation.