https://github.com/zhcndoc/vue
Vue.js 中文文档
https://github.com/zhcndoc/vue
framework frontend javascript typescript vue vuejs
Last synced: about 1 month ago
JSON representation
Vue.js 中文文档
- Host: GitHub
- URL: https://github.com/zhcndoc/vue
- Owner: zhcndoc
- License: other
- Created: 2024-06-20T02:12:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:46:04.000Z (over 1 year ago)
- Last Synced: 2024-10-24T17:43:40.144Z (over 1 year ago)
- Topics: framework, frontend, javascript, typescript, vue, vuejs
- Language: Vue
- Homepage: https://vue.zhcndoc.com
- Size: 19.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuejs.org
## Contributing
This site is built with [VitePress](https://github.com/vuejs/vitepress) and depends on [@vue/theme](https://github.com/vuejs/vue-theme). Site content is written in Markdown format located in `src`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
For local development, [pnpm](https://pnpm.io/) is preferred as package manager:
```bash
pnpm i
pnpm run dev
```
This project requires Node.js to be `v20` or higher. And it is recommended to enable corepack:
```bash
corepack enable
```
## Working on the content
- See VitePress docs on supported [Markdown Extensions](https://vitepress.dev/guide/markdown) and the ability to [use Vue syntax inside markdown](https://vitepress.dev/guide/using-vue).
- See the [Writing Guide](https://github.com/vuejs/docs/blob/main/.github/contributing/writing-guide.md) for our rules and recommendations on writing and maintaining documentation content.
## Working on the theme
If changes need to be made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content).