|
1 | 1 | <section class="about"> |
2 | 2 |
|
3 | | - <div class="row-fluid"> |
4 | | - <h1>Why ng-devstack?</h1> |
5 | | - <p>It's been a while since the first version of ng-devstack has arrived. Based on old ecosystem (including gulp, ES5, etc.) it wouldn't survive long in today's world of dynamically changing front-end technologies.<br />This is the time to introduce <strong>major upgrade</strong>, which incorporates most recent techniques and best practices.<br />Hopefully, it will make the switch to Angular 2 less painfull.</p> |
6 | | - <p>Anyone searching for old version of ng-devstack, it is <a href="https://github.com/mariuszm/ng-devstack/tree/0.4.0">here</a>.</p> |
7 | | - </div> |
| 3 | + <h2 class="about-header md-display-1">Why ng-devstack?</h2> |
| 4 | + <p>It's been a while since the first version of ng-devstack has arrived. Based on old ecosystem (including gulp, ES5, etc.) it wouldn't survive long in today's world of dynamically changing front-end technologies.<br />This is the time to introduce <strong>major upgrade</strong>, which incorporates most recent techniques and best practices.<br />Hopefully, it will make the switch to Angular 2 less painfull.</p> |
| 5 | + <p>Anyone searching for old version of ng-devstack, it is <a href="https://github.com/mariuszm/ng-devstack/tree/0.4.0">here</a>.</p> |
8 | 6 |
|
9 | | - <div class="row-fluid"> |
10 | | - <h1>Features</h1> |
11 | | - <ul> |
12 | | - <li>new Angular 1.5 component architecture,</li> |
13 | | - <li>support for ES6 with <a href="https://babeljs.io/">Babel 6</a>,</li> |
14 | | - <li>integration with <a href="https://webpack.github.io/">webpack 2</a>, allowing to use its' best features: |
15 | | - <ul> |
16 | | - <li>local webserver with live reload,</li> |
17 | | - <li>Hot Module Reloading, tries to reload just the component that's changed, instead of the entire page),</li> |
18 | | - <li>support for styles/scripts source maps,</li> |
19 | | - <li>JS/CSS/HTML minification,</li> |
20 | | - </ul> |
21 | | - </li> |
22 | | - <li>unit testing with <a href="http://karma-runner.github.io/">Karma</a>,</li> |
23 | | - <li>support for SASS (including <a href="https://v4-alpha.getbootstrap.com/">Twitter Bootstrap 4</a>),</li> |
24 | | - <li>support for CSS <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a>,</li> |
25 | | - <li>support for <a href="http://eslint.org/">ESLint</a>,</li> |
| 7 | + <h2 class="about-header md-display-1">Features</h2> |
| 8 | + <ul> |
| 9 | + <li>new Angular 1.5 component architecture,</li> |
| 10 | + <li>support for ES6 with <a href="https://babeljs.io/">Babel 6</a>,</li> |
| 11 | + <li>integration with <a href="https://webpack.github.io/">webpack 2</a>, allowing to use its' best features: |
| 12 | + <ul> |
| 13 | + <li>local webserver with live reload,</li> |
| 14 | + <li>Hot Module Reloading, tries to reload just the component that's changed, instead of the entire page),</li> |
| 15 | + <li>tree-shaking, excluding unused bundles from exports with webpack 2 and Babel 6</li> |
| 16 | + <li>support for styles/scripts source maps,</li> |
26 | 17 | <li>JS/CSS/HTML minification,</li> |
27 | | - <li><code>html5Mode</code> support (see <a href="https://github.com/mariuszm/ng-devstack#additional-info">Additional Info</a> for details),</li> |
28 | | - <li>integration with <a href="https://ui-router.github.io/ng1/">UI Router 1.0</a> & <a href="http://angular-ui.github.io/bootstrap/">UI Bootstrap</a>.</li> |
29 | | - </ul> |
30 | | - </div> |
| 18 | + </ul> |
| 19 | + </li> |
| 20 | + <li>support for SASS (processed with <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a>),</li> |
| 21 | + <li>support for <a href="http://eslint.org/">ESLint</a>,</li> |
| 22 | + <li>unit testing with <a href="http://karma-runner.github.io/">Karma</a>,</li> |
| 23 | + <li>integration with <a href="https://ui-router.github.io/ng1/">UI Router 1.0</a> & <a href="https://material.angularjs.org/">Angular Material</a>.</li> |
| 24 | + </ul> |
31 | 25 |
|
32 | | - <div class="row-fluid mt-3"> |
33 | | - <p>For more information please visit project's <a href="https://github.com/mariuszm/ng-devstack">GitHub</a>.</p> |
34 | | - </div> |
| 26 | + <p>For more information please visit project's <a href="https://github.com/mariuszm/ng-devstack">GitHub</a>.</p> |
35 | 27 |
|
36 | 28 | </section> |
0 commit comments