https://github.com/freddie-nelson/scuffed-ui
The UI library used in the "Scuffed" game series and some of my other projects.
https://github.com/freddie-nelson/scuffed-ui
Last synced: 22 days ago
JSON representation
The UI library used in the "Scuffed" game series and some of my other projects.
- Host: GitHub
- URL: https://github.com/freddie-nelson/scuffed-ui
- Owner: freddie-nelson
- Created: 2021-11-03T22:54:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T08:34:44.000Z (12 months ago)
- Last Synced: 2025-05-08T19:13:23.245Z (22 days ago)
- Language: Vue
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scuffed-ui
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn storybook
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).