es6-angular-boilerplate
v0.0.1
Published
A simple Angular ES6 boilerplate with babel and webpack. It comes with some components and services as an examples.
Downloads
4
Maintainers
Readme
Angular ES6 Boilerplate
A simple Angular ES6 boilerplate with babel and webpack. It comes with some components and services as an examples.
Installation
$ npm install --save angular-es6-boilerplate
$ npm install
If you want to use this boilerplate, please remove the followin sample code:
- components/content
- components/sidebar
- components/navbar
- services/fake-items.js
- Remove references to said components from components/app
Development server
$ webpack-dev-server
Features
- Babel
- Sass
- Sass linting
- Assets loading
- ng-annotate
- Component-based architecture
Future features
- JS linting