Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (32 loc) · 1.09 KB

vue2-starter

Table of Contents

  1. Features
  2. Install
  3. List of commands
  4. Sources

Features

Install

$ git clone https://github.com/****/vue2-starter.git <my-project-name>
$ cd <my-project-name>
$ npm i

List of commands

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.

Sources