How to use it ?

Development

$ yarn run serve        # compiles and hot-reloads for development

Production

$ yarn run build        # compiles and minifies for production

To render your build project in local, run :

$ yarn global add serve # (if you don't already have serve global dependency)
$ serve -s dist

Testing

Run your tests

$ yarn run test         # run your tests
$ yarn run test:e2e     # run your end-to-end tests
$ yarn run test:unit    # run your unit tests

Lint

$ yarn run lint         # lints and fixes files

Documentation

$ yarn run docs:dev     # run server for editing your vuepress documentation
$ yarn run docs:build   # build your vuepress documentation
$ yarn run docs:deploy  # deploys vuepress documentation