diff --git a/public/docs/js/_quickstart.jade b/public/docs/js/_quickstart.jade index 06ed3f5556..a97f29094e 100644 --- a/public/docs/js/_quickstart.jade +++ b/public/docs/js/_quickstart.jade @@ -18,14 +18,25 @@ p | For the sake of this quickstart we recommend using the a(href="https://github.com/davideast/conscious") es6-shim GitHub repository. - | This repository will provide a faster start. + | This repository will provide a faster start. es6-shim includes Angular and dependencies to compile ES6 in incompatible browsers. - p - | Angular is available on npm. But, the es6-shim repository comes with the Angular npm package. This package includes the dependencies needed to write ES6 in the browser. Think of the es6-shim repository as package rather than a new project. p - | For the sake of this quickstart we recommend using the es6-shim GitHub repository for a faster start. Angular can be installed through npm. The es6-shim repository comes with the Angular npm package and includes all of the dependencies needed to write ES6 that compiles in the browser. Think of the es6-shim repository as package rather than a new project. Clone the repository inside of aleady existing project. - pre - code git clone https://github.com/davideast/concious.git es6-shim + | Clone the repository inside of aleady existing project. + + pre + code git clone https://github.com/davideast/concious.git es6-shim + + section.docs-sub-section + h4 A word on ES6 + p + | Angular builds on top of ES6, the new specification of the JavaScript language. Not all ES6 features are available in all browsers. The following es6-shim repository allows you to use ES6 in the browser today. + + p + | Angular is available on npm. Configuring Angular to run ES6 in the browser requires a build process, detailed here. + + p + | The es6-shim package includes Angular and dependencies needed to compile ES6 in the browser. Think of the es6-shim repository as package rather than a new project. + // STEP 2 - Import Angular ########################## .content-block.content-number.clearfix