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.
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 installIf 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-serverFeatures
- Babel
- Sass
- Sass linting
- Assets loading
- ng-annotate
- Component-based architecture
Future features
- JS linting
