Skip to content

justindasilva/nuxt-plus-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Go into /docs and run the following:
yarn install
yarn export-to-app

This will "generate" the Docs (Nuxt 3 + Docus) and copy the folder over to /app/static/docs

  1. You can then start the app up by going to /app and running the following:
yarn
yarn dev

In dev mode, things seem to work fine if you go to localhost:3000/docs as seen here:

Working here as expected

But if you run the following:

yarn build
yarn start

The Docus application doesn't function correctly as seen here:

Not working

There's a bunch of errors in the console:

Console Errors


Some Feedback

  • App is on Nuxt 2 + Bridge
  • Docs is on Nuxt 3 + Docus
  • For now, I'm keeping these applications separate as I can't currently upgrade my App to Nuxt 3
  • As seen in screenshot above, Docus UI buttons seem to have extra top padding
  • In recent Docus update, my theme.config.ts doesn't seem to be taken into account any longer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published