8000 Update Readme with new information · packetloop/angular-webpack@3eb52ac · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit 3eb52ac

Browse files
committed
Update Readme with new information
1 parent 8627280 commit 3eb52ac

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Packetloop
3+
Copyright (c) 2014 Nik Butenko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,32 @@ Angular + Webpack build with Karma tests support
66

77
### Install
88

9-
```
9+
```sh
1010
git clone git@github.com:packetloop/angular-webpack.git
1111
cd angular-webpack
1212
npm install
13-
npm run build
13+
npm start
1414
```
1515

16-
Then open `index.html`
16+
Then
1717

18-
To run tests
18+
```sh
19+
open http://localhost:8080
1920
```
21+
22+
To run tests
23+
24+
```sh
2025
npm test
2126
```
2227

28+
Coverage
29+
30+
```sh
31+
open ./coverage/index.html
32+
```
33+
34+
2335
### TODO
2436

2537
- [x] Build basic Angular app with webpack
@@ -32,8 +44,10 @@ npm test
3244
- [x] Separate HTML template for `<hello>` + webpack build
3345
- [x] Separate CSS for `<hello>` + webpack build
3446
- [x] Embed images
35-
- [x] Coverage report
47+
- [x] Coverage report with full ES6 support
3648
- [x] Multiple pages to load additional components asynchronously
37-
- [x] Gulp + JSHint
38-
- [ ] FIX dynamic Angular modules loading (see issue #2)
49+
- [x] ESLint `npm run lint`
50+
- [x] ESLint loader for compile-time validation
51+
- [x] FIX dynamic Angular modules loading (fixed in #2)
3952
- [x] Allow to use HAML templates
53+
- [x] BabelJS and full ES6/7 support

0 commit comments

Comments
 (0)
0