Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs/docs
📄 Documentation for Vue 3
https://github.com/vuejs/docs
docs hacktoberfest vue vue3
Last synced: about 23 hours ago
JSON representation
📄 Documentation for Vue 3
- Host: GitHub
- URL: https://github.com/vuejs/docs
- Owner: vuejs
- License: other
- Created: 2019-12-15T09:54:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:19:13.000Z (3 months ago)
- Last Synced: 2024-10-29T09:20:07.145Z (3 months ago)
- Topics: docs, hacktoberfest, vue, vue3
- Language: Vue
- Homepage: https://vuejs.org
- Size: 18 MB
- Stars: 2,930
- Watchers: 60
- Forks: 4,426
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing/oxford-comma.jpg
- 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 `v18` 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 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).