0.4.1 • Published 8 years ago

ng-polygon v0.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Polygon

QuickStart Angular 2 Application

How to use

1.- First, install npm packages:

npm install

2.- Compile ts files using:

npm run build

or you can use live reload server using:

npm run serve

3.- Prepare for production mode:

npm run build:prod

And open the index.html file on /dist folder...

Set the Environment

By default the environment is in development mode, but if you run the

npm run build:prod

command, it will prepare you /dist files for production

Changelog

v0.2.1 (2016-11-05)

  • Using raw loader to load .html and .css files