tell-k / docs

Documentation of Nuxt.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt.js Documentation

This is where the documentation is stored and served as an API

Developing

⚠️ You must at least use node >= 8.0.0 (supports async/await) to start the server.

⚠️ 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.

Chinese

Chinese translation is maintained by AOTU Labs from China, Shenzhen.

Japanese

Japanese translation is maintained by Vue.js Japan User Group.

textlint

Japanese translation use textlint.

Example commands:

yarn textlint:ja
yarn textlint:ja:fix --dry-run
yarn textlint:ja:fix

Korean

Korean translation is maintained by Taewoong La.

French

French translation is maintained by Vuejs-FR Team.

Indonesian

Indonesian translation is maintained by Nuxt.js Indonesian Community Team.

Want to help with the translation?

Much of the translation was done using a tool called GitLocalize, which is unfortunately reaching its end of service soon. Hence, we're currently exploring and open to suggestions on how to keep this process as streamlined as possible.

For now, always check the en/ version of a document for its latest revision before starting a translation.

About

Documentation of Nuxt.js


Languages

Language:JavaScript 100.0%