An open API service indexing awesome lists of open source software.

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.

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/).