Awesome
Nuxt.js Documentation
This is where the documentation is stored and served as an API
Developing
:warning: You must at least use node >= 8.0.0
(supports async/await) to start the server.
:warning: You must also have the main nuxtjs.org website repo up and running on localhost to be able to run the docs...
Start a dev server on localhost:4000
:
npm install
npm run dev
Then access the docs via the website running on http://nuxt:3000
(see instructions on nuxtjs.org repo).
On Translations
Russian
Russian translation is maintained by Translation Gang.
- Translation Repo - /translation-gang/ru.docs.nuxtjs
- Primary maintainer - Grigoriy Beziuk
- Primary translator - Nicholas Shachmatov
Chinese
Chinese translation is maintained by AOTU Labs from China, Shenzhen.
- Translation Repo - /o2team/i18n-cn-nuxtjs-docs
- Primary maintainer - AOTU Labs
- Primary translator - Levin Wong, Edward Chu
Japanese
Japanese translation team is using a translation tool called GitLocalize in principle. See the following "Want to help with the translation?" section.
Japanese translation is maintained by INOUE Takuya.
- Translation Repo - https://gitlocalize.com/repo/100/ja
- Primary maintainer - INOUE Takuya
- Primary translator - INOUE Takuya
Korean
Korean translation is maintained by Taewoong La.
- Translation Repo - /DiyLecko/ko.docs.nuxtjs
- Primary maintainer - Taewoong La
- Primary translator - june, wanybae, rellario
French
French translation is maintained by Vuejs-FR Team.
- Translation Repo - /vuejs-fr/nuxt
- Primary maintainer - Bruno Lesieur (Orchard ID)
- Primary translator - Julien Grünhagel (laruche)
Indonesian
Indonesian translation is maintained by Nuxt.js Indonesian Community Team.
- Translation Repo - https://gitlocalize.com/repo/100/id
- Primary maintainer - Achan
- Primary translator - afrianjunior, fikrizufri, huiralb, jefrydco, muhibbudins, nusendra, perjakasunda, tapitapeh, wahwahid
Want to help with the translation?
We are using a translation tool called GitLocalize.
Follow these steps to get started with your contribution:
- Go to GitLocalize's nuxt/docs repository.
- Sign up using your GitHub account :octocat:.
- Find the document you are going to translate.
- Happy translating :sparkles: .
- When you are done, send the translation for reviews.
- Reviewed translation will be sent as a Pull Request to GitHub by language admin in the community.
To learn more about how GitLocalize works, visit their help page. If you find any issues or feature requests, please file them in GitLocalize's issue tracker.