Skip to content

theho/ionic-webpack-es6-components

Repository files navigation

Ionic-Webpack-ES6-Components

Starter Project for Ionic using ES6, with components generator

Originally forked and inspired by:

Install

cp config/default.config.json config/config.json
npm install

# Cordova
cp config.dist.xml config.xml
npm run installCordova

Run

# Web - using webpack-dev-server
npm run devserver

# Web - using BrowserSync
webpack --watch

# Android
npm run runAndroid

# iOS
npm run runIosEmulator
npm run runIosDevice

Generate ES6 Component

gulp component --name componentName

About

Ionic starter project with webpack, es6 and component generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published