Skip to content

Commit af3f02e

Browse files
committed
add instructions to generate api documentation in readme
1 parent 5f0c0af commit af3f02e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ $ npm start
4949
# api document for the app
5050
# npm run build.docs
5151

52+
#generate api documentation
53+
$ npm run compodoc
54+
$ npm serve.compodoc
55+
56+
5257
# to start deving with livereload site and coverage as well as continuous testing
5358
$ npm run start.deving
5459

0 commit comments

Comments
 (0)