Mohamed El Mrabet
Mohamed El Mrabet

Reputation: 633

Tool to generate a documentation for an module

I am looking for a generator that can help me create documentation for a module / script (Created with Laravel & VueJs) that I developed. Can someone advise me or offer me a library that does?

Preferably this generator is free and available on github

Upvotes: 3

Views: 138

Answers (1)

khofaai
khofaai

Reputation: 1357

you can use https://vuepress.vuejs.org ( Vue-powered Static Site Generator ) this library created by Evan You.

Upvotes: 4

Related Questions