2.1.0 • Published 7 years ago

tyler-ui-source v2.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Tyler UI 2.1.0

Changelog

This repository generates several NPM packages.

NPM

Installation

Follow Machine Setup instructions http://pladvsv-tldr:8080/machine-setup/ for configuring NPM.

npm install tyler-ui
npm install tyler-ui-material
npm install tyler-ui-add-to-homescreen
npm install tyler-ui-hotkeys
npm install tyler-ui-mousetrap-custom
npm install tyler-ui-pleasejs

Include in your app module

angular.module('myApp', ['tt'])
angular.module('myApp', ['ttMaterial'])
// require or import for `tyler-ui-add-to-homescreen`
angular.module('myApp', ['ttHotkeys'])
// require or import for `tyler-ui-mousetrap-custom`
// require or import for `tyler-ui-please`

Docs and Demos

The Tyler UI Material Live Docs are generated from the source code and demos; and, in fact, the Live Docs actually use the Angular Material components and themes.

Our build process uses dgeni, the wonderful documentation generator built by Pete Bacon Darwin.

To view the Live Docs (locally):

  1. Install the dependencies using npm install
  2. Build source files using npm start this will run webpack, gulp docs, and gulp-connect
  3. Open browser at http://localhost:8080
npm install
npm start