Skip to content

kdmatrosov/vue2-starter

Repository files navigation

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