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

https://github.com/vicainelli/vue-tailwindcss-atomic-design


https://github.com/vicainelli/vue-tailwindcss-atomic-design

atomic-design boilerpla tailwindcss vuejs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# VueJS + TailwindCSS + Atomic Design

This boilerplate using:

- [VueJS](https://vuejs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Tailwind CSS Custom Forms](https://github.com/tailwindcss/custom-forms/)
- Components based on [Atomic Design](http://bradfrost.com/blog/post/atomic-web-design/) approach

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```