Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeocodes/vuejs-tailwind
Using Tailwind CSS with Vue.js
https://github.com/lukeocodes/vuejs-tailwind
beginner tailwindcss template vuejs
Last synced: 1 day ago
JSON representation
Using Tailwind CSS with Vue.js
- Host: GitHub
- URL: https://github.com/lukeocodes/vuejs-tailwind
- Owner: lukeocodes
- Created: 2020-03-26T09:01:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:16:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:09:24.426Z (7 months ago)
- Topics: beginner, tailwindcss, template, vuejs
- Language: Vue
- Homepage: https://dev.to/lukeocodes/using-tailwind-css-with-vue-js-b1b
- Size: 3.23 MB
- Stars: 15
- Watchers: 1
- Forks: 10
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter App - Vue.js with Tailwind
## Project Info
This project uses standard Tailwind CSS built for the Vue.js starter app. Demo includes the nav component straight from the Tailwind CSS examples.
Standard Vue.js starter app looks like this.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize application
[Vue.js docs](https://vuejs.org/) and [Tailwind CSS docs](https://tailwindcss.com/).