Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T13:27:15.000Z (2 months ago)
- Last Synced: 2024-09-30T08:21:30.220Z (about 1 month ago)
- Topics: documentation, documentation-template, nuxt, nuxt-content, template, vue
- Language: Vue
- Homepage: https://easiest-doc.vercel.app
- Size: 240 KB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![readme-img](https://github.com/user-attachments/assets/5fe504e0-576f-43db-b39a-c31bfad118c0)
## 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.