# docs **Repository Path**: thc/docs ## Basic Information - **Project Name**: docs - **Description**: Documentation of Nuxt.js - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/nuxt/nuxtjs.org) website repo up and running on localhost to be able to run the docs... Start a dev server on `localhost:4000`: ```bash npm install npm run dev ``` Then access the docs via the website running on `http://nuxt:3000` (see instructions on [nuxtjs.org](https://github.com/nuxt/nuxtjs.org) repo). ## On Translations ### Russian Russian translation is maintained by Translation Gang. * Translation Repo — [/translation-gang/ru.docs.nuxtjs](https://github.com/translation-gang/ru.docs.nuxtjs) * Primary maintainer - [Grigoriy Beziuk](https://gbezyuk.github.io) * Primary translator - [Nicholas Shachmatov](https://github.com/theOnlyBoy) ### Chinese Chinese translation is maintained by AOTU Labs from China, Shenzhen. * Translation Repo — [/o2team/i18n-cn-nuxtjs-docs](https://github.com/o2team/i18n-cn-nuxtjs-docs) * Primary maintainer - [AOTU Labs](https://aotu.io) * Primary translator - [Levin Wong](http://faso.me), [Edward Chu](https://github.com/chuyik) ### Japanese Japanese translation is maintained by INOUE Takuya. * Translation Repo — [/inouetakuya/ja.docs.nuxtjs](https://github.com/inouetakuya/ja.docs.nuxtjs) * Primary maintainer - [INOUE Takuya](http://blog.inouetakuya.info/) * Primary translator - [INOUE Takuya](https://github.com/inouetakuya) ### Korean Korean translation is maintained by Taewoong La. * Translation Repo — [/DiyLecko/ko.docs.nuxtjs](https://github.com/DiyLecko/ko.docs.nuxtjs) * Primary maintainer - [Taewoong La](http://blog.naver.com/diy_lecko) * Primary translator - [june](http://jicjjang.github.io), [wanybae](https://github.com/wanybae), [rellario](https://github.com/rellario) ### French French translation is maintained by [Vuejs-FR](https://github.com/vuejs-fr/nuxt/issues/1) Team. * Translation Repo — [/vuejs-fr/nuxt](https://github.com/vuejs-fr/nuxt) * Primary maintainer - [Bruno Lesieur](https://www.lesieur.name/) ([Orchard ID](https://www.orchard-id.com/)) * Primary translator - [Julien Grünhagel](https://rspt.io/) ([laruche](https://laruche.io)) ### Want to help with the translation? [gl]: https://gitlocalize.com [gl-help]: https://docs.gitlocalize.com/ [gl-issue-tracker]: https://github.com/gitlocalize/feedback [gl-repo]: https://gitlocalize.com/repo/100 We are useing with a translation tool called [GitLocalize][gl] and follow the steps to get started with your contribution: 1. Go to [GitLocalize's nuxt/docs repository][gl-repo]. 1. Sign up using your GitHub account :octocat:. 1. Find the document you are going to translate. 1. Happy translating :sparkles: . 1. When you are done, send the translation for reviews. 1. 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][gl-help]. If you find any issues or feature requests, please file them in [GitLocalize's issue tracker][gl-issue-tracker].