Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seriouslag/vuepoint

Collection of reusable Vue components using storybook and typescript
https://github.com/seriouslag/vuepoint

storybook typescript vue vuejs

Last synced: 6 days ago
JSON representation

Collection of reusable Vue components using storybook and typescript

Awesome Lists containing this project

README

        

# vuepoint

Requirements: node 12+

## Project setup

``` bash
yarn install
```

``` bash
yarn bootstrap
```

### Compiles storybook and hot-reloads for development

``` bash
yarn start
```

### Compiles and minifies storybook for deployment

``` bash
yarn storybook:build
```

### Compiles and minifies packages for production

``` bash
yarn build
```

### Run unit tests

``` bash
yarn test:unit
```

### Lints and fixes files

``` bash
yarn lint
```