https://github.com/suryaadtmaja/ui-exercise
I try to re-create the Tailwind UI Pro version only from the Images.
https://github.com/suryaadtmaja/ui-exercise
Last synced: 4 months ago
JSON representation
I try to re-create the Tailwind UI Pro version only from the Images.
- Host: GitHub
- URL: https://github.com/suryaadtmaja/ui-exercise
- Owner: suryaadtmaja
- Created: 2021-04-10T08:59:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T03:02:14.000Z (over 2 years ago)
- Last Synced: 2025-02-23T06:07:58.523Z (4 months ago)
- Language: Vue
- Homepage: https://ui-exercise-sadt.vercel.app
- Size: 735 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `Vite 2.x + Vue 3.x + Tailwind 2.x starter ⚡`

This starter template also includes:
- [Vue Router 4.x](https://github.com/vuejs/vue-router-next)
- [Inter var font](https://github.com/rsms/inter) (self-hosted, woff2, v3.17, with 'preload' attr, check out index.html)
- [Just-in-Time](https://tailwindcss.com/docs/just-in-time-mode) mode by default introduced in Tailwind CSS v2.1 (in preview!)First-party plugins needed for Tailwind UI:
- [tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms)
- [tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography)
- [tailwindcss/line-clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp)
- [tailwindcss/aspect-ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio)### Getting Started 🚀
npm:
```sh
npm install
npm run dev
npm run build
npm run serve
```
yarn:
```sh
yarn
yarn dev
yarn build
yarn serve
```[](https://app.netlify.com/start/deploy?repository=https://github.com/web2033/vite-vue3-tailwind-starter)
#### Bonus links
- [vue-tailwindcss-cdn](https://github.com/web2033/vue-tailwindcss-cdn) (a single HTML file with CDN links)
- [CodePen Template](https://codepen.io/web2033/pen/QWNbwxY) with a similar stack (Vue 3.x + Tailwind 2.x + Inter var font)
- [base.css](https://github.com/web2033/base.css) (base styles for Tailwind CSS and other projects as an NPM package)