Package contents

The download package includes javaScript, font assets, img assets, json data files, source less and sass files.

Files under the vendor folder have not been modified in anyway. This should in essense help you manage all your third party components and plugins with ease. A list of all third party resources can be found in the credits section. These are not covered in this documentation but instead you can heard on over to each respective plugin's homepage to discover how you can use them with the template. The docs are comprehensive and they include everything to help you get started.

Folder structure

.
├── angular
│   ├── app
│   ├── bower.json
│   ├── dist
│   ├── gulpfile.babel.js
│   └── package.json
├── documentation
│   ├── 3rd.html
│   ├── changelog.html
│   ├── cli.html
│   ├── directives.html
│   ├── fonts
│   ├── helpers.html
│   ├── index.html
│   ├── layout-options.html
│   ├── package-contents.html
│   ├── scripts
│   ├── styles
│   └── vendor
└── html
    ├── app
    ├── bower.json
    ├── dist
    ├── gulpfile.babel.js
    └── package.json