Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Nuxt.js starter template for Docus documentation sites with static generation.
The Docus Starter is a Nuxt.js-based GitHub template that initializes a documentation website powered by Docus, a documentation framework. It provides a minimal project skeleton that runs a development server, generates a static dist/ folder, and previews the production build.
Docus Starter is a minimal template for Docus, a documentation framework built on Nuxt.js. It accepts a new project and outputs a statically generated documentation site ready for deployment. The template uses Yarn as its package manager and includes four commands: yarn install for dependencies, yarn dev for local development, yarn build for static generation, and yarn start for previewing the built site. Docus itself handles the rendering of Markdown content into a navigable documentation layout.
yarn build creates a dist/ directory intended for publishing to any static hosting service.yarn start serves the generated static app locally so you can verify the production build before deployment.Documentation maintainers who want a fast, structured starting point for a Docus site. Developers who prefer Nuxt.js and want to evaluate Docus without building a project from scratch. Teams that need a static documentation site that can be deployed to any host from a single dist/ folder.
yarn build to generate a static site.dist/ output to their preferred static hosting.The template's workflow is driven by Yarn scripts. First run yarn install to fetch dependencies, then yarn dev launches a local development server. For production, yarn build generates the static dist/ directory, and yarn start previews that build locally.
Docus Starter provides a minimal Nuxt.js project configured for the Docus documentation framework. It gives you Yarn commands to install dependencies, run a dev server, generate a static dist/ folder, and preview the production build.
Docus Starter itself is not a generator; it is a template that uses Docus and Nuxt.js. When you run yarn build, it generates a static dist/ directory that can be hosted on any static web server.
Run yarn build to create the dist/ directory, then publish that directory to any static hosting service. The template does not include deployment-specific configuration, so you can use any host that serves static files.
