Skip to content

sstrigler/smrtrpck

Repository files navigation

smrtrpck

for when you want to pack smart

Build Status

bootstrap

Install yarn https://yarnpkg.com/en/docs/install

On Mac using homebrew as easy as

$ brew install yarn

Or via npm

$ npm -g install yarn

For more options check https://yarnpkg.com/en/docs/install

Install vue cli

https://cli.vuejs.org/guide/installation.html

$ yarn global add @vue/cli

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint