Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/super3/video2


https://github.com/super3/video2

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

## `Vite 2.x + Vue 3.x + Tailwind 2.x starter ⚡`

![vvt](https://user-images.githubusercontent.com/11320080/111277027-a9384c00-8640-11eb-8323-21889bd7c609.png)

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)
- [tailwindcss/jit](https://github.com/tailwindlabs/tailwindcss-jit) mode by default

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
```

#### 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)