forked from mgechev/angular-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
陳彥澄 edited this page Sep 22, 2016
·
15 revisions
Howdy! Welcome to the angular2-seed project! You can enjoy its features:
- Ready to go, statically typed build system using gulp for working with TypeScript
- Production and development builds
- Sample unit tests with Jasmine and Karma
- End-to-end tests with Protractor
- Development server with Livereload
- Experimental hot loading support
- Following the best practices for your application’s structure
- Manager of your type definitions using @types
- Basic Service Worker, which implements "Cache then network strategy"
- The article Architecture and usage of angular2-seed provides a general overview of the seeds modules. It also gives an introduction to how make use of it in your own projects
- The article Integrating angular2 seed updates into your codebase provides help on how to integrate the latest seed changes into your own code
- The article Continuous unit testing describes how to make use of continuous unit testing
For frequently asked questions, have a look here: FAQ
Currently known issues are tracked in this article: Known Issues