https://github.com/nuxt/website-v2
Nuxt 2 Documentation Website
https://github.com/nuxt/website-v2
nuxt
Last synced: 7 months ago
JSON representation
Nuxt 2 Documentation Website
- Host: GitHub
- URL: https://github.com/nuxt/website-v2
- Owner: nuxt
- License: other
- Created: 2016-11-09T15:11:12.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T21:38:29.000Z (7 months ago)
- Last Synced: 2025-05-05T22:36:32.948Z (7 months ago)
- Topics: nuxt
- Language: Vue
- Homepage: https://v2.nuxt.com
- Size: 89 MB
- Stars: 2,255
- Watchers: 48
- Forks: 1,176
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

## Website and documentation of [Nuxt 2](https://v2.nuxt.com)
We are using [Docus](https://docus.dev) to write our documentation (*we plan to open source it in the following weeks once the documentation is ready*).
## Setup
```bash
git clone https://github.com/nuxt/website-v2.git
cd website-v2
npm install
```
We also recommend to install the [Docus extension](https://marketplace.visualstudio.com/items?itemName=Nuxt.mdc) for VS Code.
## Development
Start the development server on [http://localhost:4000](http://localhost:4000)
```bash
yarn dev
```
The pages are generated from [content/](./content), you can start editing them to start helping us on documenting Nuxt 💚
## License

Design materials for website by Nuxt project is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.
Based on a work at nuxt/website-v2.