https://github.com/docschina/vue-docs-next
Vue 3 中文抢鲜版
https://github.com/docschina/vue-docs-next
Last synced: 3 months ago
JSON representation
Vue 3 中文抢鲜版
- Host: GitHub
- URL: https://github.com/docschina/vue-docs-next
- Owner: docschina
- License: mit
- Created: 2020-07-21T11:00:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T01:41:36.000Z (over 3 years ago)
- Last Synced: 2025-01-24T04:56:26.060Z (5 months ago)
- Language: Vue
- Homepage: https://vue3.docschina.org
- Size: 9.84 MB
- Stars: 2
- Watchers: 12
- Forks: 2
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v3.vuejs.org
This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is written in Markdown format located in `src`.
## Writing
See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation.
## Developing
1. Clone repository
```bash
git clone [email protected]:vuejs/docs.git
```2. Install dependencies
```bash
yarn # or npm install
```3. Start local development environment
```bash
yarn serve # or npm run serve
```## Deploying
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).