https://github.com/giscafer/angular-webpack-es6
A boilerplate for Angular1.2.30 using ES6 and build with webpack,Compatible with IE 8
https://github.com/giscafer/angular-webpack-es6
angularjs es6 webpack
Last synced: about 1 year ago
JSON representation
A boilerplate for Angular1.2.30 using ES6 and build with webpack,Compatible with IE 8
- Host: GitHub
- URL: https://github.com/giscafer/angular-webpack-es6
- Owner: giscafer
- License: mit
- Created: 2016-11-22T11:06:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T06:39:29.000Z (over 8 years ago)
- Last Synced: 2025-03-30T09:05:23.246Z (over 1 year ago)
- Topics: angularjs, es6, webpack
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-webpack-es6
A complete, yet simple, starter for Angular1.x using ES6 and build with webpack
- ES6, and ES7 support with babel.
- Source maps included in all builds.
- Development server with live reload.
- built width webpack.
- IE8+ browser support.
- ESLint rules.
> Warning: Make sure you're using the latest version of Node.js and NPM
## Quick start
# clone the repo
$ git clone https://github.com/giscafer/angular-webpack-es6.git my-app
# change directory to your app
$ cd my-app
# install the dependencies with npm
$ npm install
# start the server
$ npm start
go to http://localhost:4000 in your browser.
## Developing
### Build files
- single run: `npm run build`
- build files and watch: `npm start` or `gulp serve`
## Relate
[angular-webpack](https://github.com/preboot/angularjs-webpack.git)
## License
MIT