Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.

Screenshot 2020-03-26 at 09 10 09

Standard Vue.js starter app looks like this.

Screenshot 2020-03-26 at 09 10 37

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