Vue 文档官方中文翻译 | Official Chinese translation for Vue docs
The Vuejs.org website has been revamped with a new Chinese version at cn.vuejs.org. Users can also preview the corresponding English original document at vuejs.org and its code repository vuejs/docs. This repository is a translated mirror of the English document repository, focusing on content synchronization and translation without modifications. Users are encouraged to contribute by syncing changes from the English site, fixing errors, discussing translations, and addressing deployment or collaboration processes. The website is currently under maintenance with regular updates from the English version, encompassing document content and frontend code.
The new Chinese version of the Vuejs.org website offers a refreshed experience for users, providing opportunities for contribution, error fixing, and discussion on translations. With regular updates synced from the English version, users can actively engage in enhancing the content and deployment processes.
VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.