# ui

Vue components for front end projects.

## Run
```
npm install
```

## Development
```
npm run storybook
```

## Contributing
1. Run `npm install; npm run storybook` to start Storybook locally
2. Open `http://localhost:9999`
3. Create a Component in `src`
4. The Component directory must includes `Component.vue` and `Component.stories.js`
5. `config.js` will automatically import all files ending in `*.stories.js`