$ git clone https://github.com/****/vue2-starter.git <my-project-name>
$ cd <my-project-name>
$ npm i
npm run <script> |
Description |
---|---|
build |
Builds your application to build folder. |
dev |
Serves your application at localhost:5000 with auto-rebuild. |
e2e |
Runs e2e tests with TestCafe. |
unit |
Runs unit tests with Karma and Jasmine. |
unit:watch |
Runs Karma and watches for changes to re-run tests. |