https://github.com/Teygeta/nuxt-doc
🚀 An open source project for create the most effective documentation for your projects
https://github.com/Teygeta/nuxt-doc
documentation documentation-template nuxt nuxt-content template vue
Last synced: 8 months ago
JSON representation
🚀 An open source project for create the most effective documentation for your projects
- Host: GitHub
- URL: https://github.com/Teygeta/nuxt-doc
- Owner: Teygeta
- Created: 2024-09-04T17:34:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T13:27:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T23:24:50.254Z (over 1 year ago)
- Topics: documentation, documentation-template, nuxt, nuxt-content, template, vue
- Language: Vue
- Homepage: https://easiest-doc.vercel.app
- Size: 240 KB
- Stars: 26
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Installation
Install this template by running the following command:
```bash
pnpm dlx giget@latest gh:teygeta/nuxt-doc doc
```
Then, navigate to the project directory and install the dependencies:
```bash
cd doc
pnpm install
```
After that, you can start the development server:
```bash
pnpm dev
```
That's it! You can now start writing your documentation.