Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwathan/vue-tailwind-examples
https://github.com/adamwathan/vue-tailwind-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamwathan/vue-tailwind-examples
- Owner: adamwathan
- Created: 2019-04-15T11:21:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:38:29.000Z (almost 2 years ago)
- Last Synced: 2024-07-05T17:47:12.405Z (4 months ago)
- Language: Vue
- Size: 409 KB
- Stars: 387
- Watchers: 15
- Forks: 48
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue + Tailwind Interactive Component Examples
A small collection of interactive Vue + Tailwind examples, written from scratch.
[See the examples live on Netlify →](https://vue-tailwind-examples.netlify.com/)
## Project setup
```
yarn install
yarn run serve
```Or
```
npm install
npm run serve
```