2016.2.8 • Published 9 years ago
generator-tsweb v2016.2.8
Yeoman Generator for Web Application
npm install -g generator-tsweb
mkdir your-project
cd your-project
yo tsweb
Generated Files Preview
http://iamssen.github.io/generator-tsweb Source Code
Update log
2016.2.8
- Remove
gulp.js
(npm run bundle
→gulp build.vendor
tonode build/bundle.js
) systemjs-builder
down-grade to 0.14.15
2016.2.5
- Add Google Analytics
- Now
npm run serve
command using system environment variable$BROWSER
- If did you not setting that env than open with system default browser
- Else open with the specific browser
- Write
export BROWSER="/Applications/Google Chrome Canary.app";
to your environment variable config files
2016.2.4
- Angular2 polyfills move from
<script/>
toboot.js
2016.2.1
- Redesign all
2016.1.25
- Add electron build
- Add
angular2-reflow
- Redesign all
2015.12.31
[routerLink]
with*ngFor
- Add
main.scss
- Remove
use strict
2015.12.21
- Excluded ignore
/dist
- Separated
modules.json
2015.12.20
- Source code improved
2015.12.18
- First release
2016.2.8
9 years ago
2016.2.5
9 years ago
2016.2.3-ie11
9 years ago
2016.2.3
9 years ago
2016.2.2
9 years ago
2016.2.1
9 years ago
2016.1.25
9 years ago
2016.1.21
9 years ago
2015.12.31
10 years ago
2015.12.21
10 years ago
2015.12.20
10 years ago
2015.12.18
10 years ago