File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ npm run mobile:setup
198198Cordova takes the ``` www ``` folder source to create the Cordova app. This ``` www ``` folder is a symlink to the ``` dist ``` folder.
199199So 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
You can’t perform that action at this time.
0 commit comments