The Wayback Machine - https://web.archive.org/web/20220405192600/https://github.com/nuxt/nuxtjs.org
Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time


Website and documentation of Nuxt

We are using Docus to write our documentation (we plan to open source it in the following weeks once the documentation is ready). It is similar to Nuxt Content Docs theme but with an advanced syntax to use Vue components without having to write HTML (support props and slots).

Setup

git clone https://github.com/nuxt/nuxtjs.org.git
cd nuxtjs.org/
npm install

We also recommend to install the Docus extension for VS Code.

Development

Start the development server on http://localhost:4000

yarn dev

The pages are generated from docs/content/, you can start editing them to start helping us on documenting Nuxt 💚

License

Creative Commons 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/nuxtjs.org.