项目作者: DenisKolodin

项目描述 :
最小TypeScript + Angular 2(RC4)+电子(可选)项目
高级语言: JavaScript
项目地址: git://github.com/DenisKolodin/tsng2.git
创建时间: 2016-01-28T10:10:20Z
项目社区:https://github.com/DenisKolodin/tsng2

开源协议:

下载


TSNG2

Minimal Boilerplate with TypeScript + Angular 2 + Electron (optional)

Use it to bootstrap your project.

Install

To install dependencies run with shell:

  1. $ npm install

When dependencies will be installed use gulp to build:

  1. $ npm run build

To start lite server to test use:

  1. $ npm run try-web

Electron

To start project as desktop (electron) app use:

  1. $ npm run try-desktop

And to pack native release use:

  1. $ npm run pack-desktop

Building

This boilerplate uses gulp to build. Watch command is also available if you develop it continiously:

  1. npm run gulp watch

Minification is turned off by default. Use --minify flag to activate it:

  1. npm run gulp build --minify