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.
- Host: GitHub
- URL: https://github.com/morficus/vuetify-wrapper-sample
- Owner: morficus
- Created: 2019-08-25T01:47:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:29:30.000Z (over 1 year ago)
- Last Synced: 2026-03-28T00:42:43.616Z (3 months ago)
- Language: JavaScript
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```