[](LICENSE-MIT) [](LICENSE-APACHE) [




The docs-nuxt-template is a theme built as a Nuxt Layer to use for Developer Portal related apps.
It contains the color scheme, general theming, components and common Nuxt Modules shared across apps.
1. Install Bun: Follow the installation instructions.
2. Install Dependencies:
``sh`
bun install
3. Run Locally: Start the development server at http://localhost:3000.
`sh`
bun run dev
This will launch the test site from the .playground directory.
Notes for developers getting started in the project or who have questions about certain features and
functionality can refer to the /docs directory. Notes are provided to help understand how to
manage particular features that may require adjusting or setup for a developer's local environment
to work smoothly.
To test the theme during development, the .playground directory is available.bun run dev
Run to start the playground site, which imports the theme itself.
Content built within the .playground are for testing purposes only and
are not built as part of the template package.
This project is packaged and published to NPM under @matterlabs/docs-nuxt-template.bun install @matterlabs/docs-nuxt-template
Install the npm package with .
Edit the nuxt.config.ts file of the child project andextends
include this theme in the property.
`ts``
defineNuxtConfig({
extends: [
['@matterlabs/docs-nuxt-template']
]
})
- Vue
- Nuxt
- Nuxt Content
- Nuxt UI & Nuxt UI Pro
- Tailwind
- Bun