This repository was archived by the owner on Jan 21, 2019. It is now read-only.
File tree 2 files changed +22
-8
lines changed 2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2014 Packetloop
3
+ Copyright (c) 2014 Nik Butenko
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -6,20 +6,32 @@ Angular + Webpack build with Karma tests support
6
6
7
7
### Install
8
8
9
- ```
9
+ ``` sh
10
10
git clone git@github.com:packetloop/angular-webpack.git
11
11
cd angular-webpack
12
12
npm install
13
- npm run build
13
+ npm start
14
14
```
15
15
16
- Then open ` index.html `
16
+ Then
17
17
18
- To run tests
18
+ ``` sh
19
+ open http://localhost:8080
19
20
```
21
+
22
+ To run tests
23
+
24
+ ``` sh
20
25
npm test
21
26
```
22
27
28
+ Coverage
29
+
30
+ ``` sh
31
+ open ./coverage/index.html
32
+ ```
33
+
34
+
23
35
### TODO
24
36
25
37
- [x] Build basic Angular app with webpack
@@ -32,8 +44,10 @@ npm test
32
44
- [x] Separate HTML template for ` <hello> ` + webpack build
33
45
- [x] Separate CSS for ` <hello> ` + webpack build
34
46
- [x] Embed images
35
- - [x] Coverage report
47
+ - [x] Coverage report with full ES6 support
36
48
- [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 )
39
52
- [x] Allow to use HAML templates
53
+ - [x] BabelJS and full ES6/7 support
You can’t perform that action at this time.
0 commit comments