https://github.com/64robots/r64components
Set of customizable components made with Tailwindcss
https://github.com/64robots/r64components
Last synced: 12 months ago
JSON representation
Set of customizable components made with Tailwindcss
- Host: GitHub
- URL: https://github.com/64robots/r64components
- Owner: 64robots
- License: mit
- Created: 2020-03-18T10:02:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:21:04.000Z (over 3 years ago)
- Last Synced: 2025-06-13T15:02:00.941Z (12 months ago)
- Language: Vue
- Homepage: https://64rcomponents.netlify.com/
- Size: 5.02 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r64components
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).