Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 985 Bytes

File metadata and controls

26 lines (18 loc) · 985 Bytes

Knowledge Base Web App

This is the Knowledge Base Web app built with nuxt.js and nuxt-content module. It uses the knowledge-base repository as its content source.

To Reproduce:

One can populate the content folder within the repository with the contents from your own knowledge-base.
Make neccessary changes in the pages/index.vue file to change how the index page looks and what content is displayed. Similarly, make neccessary changes in the pages/search.vue file to change how the search algorithm.
Make sure to have similar file structure in the content folder as in the pages folder. Use a catch-all route in pages folder.

Refer to the nuxt-content documentation for more information.

To Run:

npm install
npm run dev

To Deploy:

npm run generate

The generated static files will be available in the dist folder.