# Nacelle Vue Components

> Vue Component Library for Nacelle Storefronts

## Get Started

```bash
# install dependencies
$ npm install
```

## Develop Components in Storybook

```bash
# run Storybook Vue server
$ npm run storybook:serve
```

## Run Tests

```bash
# run tests via Jest
$ npm run test:unit
```

## Build the Library

```bash
# build the dist package 
$ npm run build-library  
```
