Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 796 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 796 Bytes

VMS Frontend

Build Status

Installation

Install npm, bower, gulp and yo

If you already installed npm, please install required tools bower, gulp and yo:

$ npm install -g yo gulp bower

Install dependency packages

$ cd vms-frontend
$ bower install && npm install

Build command

  • In development, you can use gulp serve to build and sync the source files automatically
  • gulp or gulp build are enable to build the project in /dist directory

For more details, please see https://github.com/Swiip/generator-gulp-angular/blob/master/docs/usage.md