Contributing
============

## Construction

## Scripts

### Dev Server

```shell
$ npm run dev
```

Start a development server, pages below would be activated (file changes will trigger building automatically).

* Homepage: http://127.0.0.1:8080/

### Building(Packing)

```shell
$ npm run build
```

Packing, generates products into directory `/dist`.

### Linting

```shell
$ npm run lint
```

### testing

```shell
$ npm run test
```

> interactive mode

```shell
$ npm run test-live
```
