https://github.com/cingfong/taichung-become-friends
https://github.com/cingfong/taichung-become-friends
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cingfong/taichung-become-friends
- Owner: cingfong
- License: mit
- Created: 2022-01-20T06:00:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T03:22:13.000Z (over 4 years ago)
- Last Synced: 2025-07-06T12:09:01.784Z (12 months ago)
- Size: 488 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡ Vite + Vue 3 + Tailwind CSS ✔

This starter template includes:
- [Vite](https://vitejs.dev/guide/)
- [Vue 3](https://staging.vuejs.org/guide/introduction.html)
- [Tailwind CSS v3](https://tailwindcss.com/docs/configuration)
- [Vue Router v4](https://github.com/vuejs/vue-router-next)
- [Inter var font](https://github.com/rsms/inter) (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
- [Headless UI](https://headlessui.dev/vue/menu) - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- [Heroicons](https://github.com/tailwindlabs/heroicons#vue) - beautiful hand-crafted SVG icons,
by the makers of Tailwind CSS
First-party plugins needed for Tailwind UI:
- [tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms)
- [tailwindcss/typography](https://tailwindcss.com/docs/typography-plugin)
- [tailwindcss/line-clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp)
- [tailwindcss/aspect-ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio)
### Getting Started
[](https://open.vscode.dev/web2033/vite-vue3-tailwind-starter)
```sh
npx degit web2033/vite-vue3-tailwind-starter vvt-app
cd vvt-app
```
```sh
npm i
npm run dev
npm run build
npm run serve
```
[](https://app.netlify.com/start/deploy?repository=https://github.com/web2033/vite-vue3-tailwind-starter)