Files
2015-12-14 14:02:05 -06:00
..
2015-12-10 16:39:56 -06:00
2015-12-10 16:41:57 -06:00
2015-11-18 15:25:59 -06:00
2015-10-09 08:17:47 -05:00
2015-12-14 14:02:05 -06:00
2015-12-05 11:33:02 -06:00
2015-11-18 15:25:59 -06:00
2015-11-02 10:28:22 -06:00
2015-11-18 15:25:59 -06:00

Development

Building & Running Ionic Source

  1. npm install
  2. gulp watch
  3. Go to http://localhost:8000/e2e/
  4. Stay cool

Building & Running Component Demos

  1. Clone the ionic-site repo in ionic2/dist/: git clone git@github.com:driftyco/ionic-site.git
  • You may need to remove the existing directory first: rm -rf ionic2/dist/ionic-site
  1. Run gulp watch:demos from the top level directory
  2. Navigate to ionic2/dist/ionic-site and run npm install
  3. Run gulp watch in this directory
  4. A browser should launch at http://localhost:3000 at which point you can navigate to http://localhost:3000/docs/v2/components/

Building API Docs

  1. gulp docs to build the nightly version
  2. gulp docs --doc-version=2.0.0 to build a specific API version

Running Snapshot

  1. Install Protractor: npm install -g protractor
  2. Export IONIC_SNAPSHOT_KEY (get from someone)
  3. Run gulp snapshot

Running Tests

  1. gulp karma