https://github.com/timoscheuermann/uno
https://github.com/timoscheuermann/uno
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timoscheuermann/uno
- Owner: TimoScheuermann
- Created: 2020-11-06T17:34:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T09:34:50.000Z (over 5 years ago)
- Last Synced: 2025-02-07T17:47:56.572Z (over 1 year ago)
- Language: Vue
- Homepage: https://uno.timos.design/
- Size: 974 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# projectname
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).