项目作者: chihab

项目描述 :
Angular 1.x styleguide (ES2015) Sample App
高级语言: JavaScript
项目地址: git://github.com/chihab/angularjs-styleguide-sample.git
创建时间: 2016-07-27T09:22:30Z
项目社区:https://github.com/chihab/angularjs-styleguide-sample

开源协议:

下载


Angular 1.x styleguide (ES2015) Sample App

Build Status

This sample app follows Architecture, file structure, components, one-way dataflow and best practices suggested by @toddmotto on this repo angular-styleguide

The app is really really simple, it is supposed to be a starting point to building an Angular 1.x app using es2015.

It is also a good companion to reading the Style Guide.

Install

  1. git clone https://github.com/chihab/angular-styleguide-sample
  2. cd angular-styleguide-sample
  3. npm install
  4. npm run build
  5. npm start

Go to http://localhost:8080/

I am working on a more eye friendly version (using angular-ui).

Chihab Otmani