Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeanmeche/vue-component-lib-with-storybook

POC for a Component Lib for Vue3 with Storybook integration
https://github.com/jeanmeche/vue-component-lib-with-storybook

Last synced: 21 days ago
JSON representation

POC for a Component Lib for Vue3 with Storybook integration

Awesome Lists containing this project

README

        

# component-lib-with-storybook

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

## Build project

```
npm run build-lib
```

### Run your unit tests

```
npm run test:unit
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).