0.0.1 • Published 8 years ago

es6-angular-boilerplate v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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

  1. Babel
  2. Sass
  3. Sass linting
  4. Assets loading
  5. ng-annotate
  6. Component-based architecture

Future features

  1. JS linting