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

https://github.com/morficus/vuetify-wrapper-sample

A sample Storybook library that uses Vuetify as its base. This repo is only being used to reproduce a bug.
https://github.com/morficus/vuetify-wrapper-sample

Last synced: 3 months ago
JSON representation

A sample Storybook library that uses Vuetify as its base. This repo is only being used to reproduce a bug.

Awesome Lists containing this project

README

          

# Vuetify Wrapper Sample

## Project setup
```
npm install
```

### Compiles and starts Storybook
```
npm run storybook
```

### Compiles and minifies for production / distrubtion
```
npm run build
```

### Lints and fixes files
```
npm run lint
```