Skip to content

Commit ce2aa08

Browse files
committed
update read me
1 parent a9dced2 commit ce2aa08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ npm run mobile:setup
198198
Cordova takes the ```www``` folder source to create the Cordova app. This ```www``` folder is a symlink to the ```dist``` folder.
199199
So make sure you run for example ```npm run build``` first before runing/buildinga Cordova app.
200200

201+
### Typedocs
202+
The typedoc is generated into ```dist/docs``` and can be served with ```npm run server:docs```.
201203

202204

203205
# ToDo's
@@ -218,9 +220,9 @@ So make sure you run for example ```npm run build``` first before runing/buildin
218220
- [X] Add style guid
219221
- [X] Add wallaby.js
220222
- [X] Use karma electorn launcher
223+
- [X] Add typedocs
221224
- [ ] Add greenkeeper
222225
- [ ] Add electron
223-
- [ ] Add typedocs
224226
- [ ] VSC frontend debugging https://github.com/AngularClass/angular2-webpack-starter/blob/master/.vscode/launch.json
225227
- [ ] VSC add tasks https://code.visualstudio.com/docs/editor/tasks
226228

0 commit comments

Comments
 (0)