Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 330 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 330 Bytes

go into app's directory

$ cd my-project

install app's dependencies

$ npm install


## Usage

``` bash
# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

# run linter
npm run lint

# run unit tests
npm run test:unit

# run e2e tests
npm run test:e2e