An open API service indexing awesome lists of open source software.

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 中文抢鲜版

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/).