https://github.com/tzsk/tailwind-demo
Demo tailwind for enterprise use in our organization
https://github.com/tzsk/tailwind-demo
Last synced: 7 months ago
JSON representation
Demo tailwind for enterprise use in our organization
- Host: GitHub
- URL: https://github.com/tzsk/tailwind-demo
- Owner: tzsk
- Created: 2020-06-28T06:13:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T04:23:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T14:22:24.121Z (9 months ago)
- Language: JavaScript
- Size: 3.49 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailwind-demo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).