https://github.com/nash403/ionic-webpack-es6
Simple Ionic + gulp + ES6 + webpack example
https://github.com/nash403/ionic-webpack-es6
Last synced: 7 months ago
JSON representation
Simple Ionic + gulp + ES6 + webpack example
- Host: GitHub
- URL: https://github.com/nash403/ionic-webpack-es6
- Owner: nash403
- License: mit
- Created: 2016-09-21T13:41:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T14:06:40.000Z (about 9 years ago)
- Last Synced: 2025-02-05T11:16:59.868Z (8 months ago)
- Language: JavaScript
- Size: 3.44 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Ionic + gulp + ES6 + webpack example
=====================This is an example project to illustrate combinaison of webpack + gulp + ES6 + Ionic. This example is from this blog:
http://blog.grossman.io/writing-es6-ionic-code-with-webpack/To start simply run
```bash
npm install
bower install
npm start
```