RasmusTG / ionic-webpack

Ionic Webpack Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 78.8%Language:HTML 16.2%Language:CSS 5.1%