Skip to content

vuejs/v3-migration-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue 2 -> Vue 3 Migration Guide

This is split from the legacy v3 documentation into a standalone repo.

Deployed at v3-migration.vuejs.org

Translation guide

All the documentation files can be found in src. It contains the English markdown files while translation(s) are stored in their corresponding <lang> sub-folder(s):

  • zh: Chinese translation.
  • ja: Japanese translation.
  • pt: Portuguese translation.
  • uk: Ukrainian translation.

Besides that, the .vitepress sub-folder contains the config and theme, including the i18n information.

  • pnpm dev: Start the docs dev server.
  • pnpm build: Build the docs.
  • pnpm serve: Serve the built docs.

To add or maintain the translations, we follow the Vue Ecosystem Translation Guidelines.

  • pnpm translation:status [<lang>]: Show the translation status for your language. If you don't specify a language, it will show the status for all languages.
  • pnpm translation:compare <lang>: Compare the docs with the latest checkpoint for your language.
  • pnpm translation:update <lang> [<commit>]: Update the checkpoint for your language. The checkpoint will be set by the latest commit hash. However, you can also specify a commit hash manually.