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
- Host: GitHub
- URL: https://github.com/vicainelli/vue-tailwindcss-atomic-design
- Owner: vicainelli
- Created: 2019-09-03T02:33:01.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T23:19:35.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:16:14.372Z (about 1 year ago)
- Topics: atomic-design, boilerpla, tailwindcss, vuejs
- Language: JavaScript
- Size: 465 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```