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).
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.
Start the development server on http://localhost:4000
yarn dev
The pages are generated from content/, you can start editing them to start helping us on documenting Nuxt 💚
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.