Skip to content

stelioschar/ionic-webpack

 
 

Repository files navigation

ionic-webpack

Ionic Webpack Starter

Quick Start

Clone the repository

$ git clone https://github.com/cmackay/ionic-webpack.git

Install the dependencies

$ npm install

Watch Mode (this will run the webpack dev server)

$ gulp watch

Adding Cordova Plugins

$ cordova plugins add com.ionic.keyboard org.apache.cordova.console org.apache.cordova.device

Adding Cordova Platforms

$ cordova platform add ios

Build

$ gulp && cordova build

Running in the emulator

$ cordova emulate ios

About

Ionic Webpack Starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • HTML 16.3%
  • CSS 5.1%