mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
992 B
31 lines
992 B
# (WIP) VitePress 📝💨
|
|
|
|
[![Test](https://github.com/vuejs/vitepress/workflows/Test/badge.svg)](https://github.com/vuejs/vitepress/actions)
|
|
[![npm](https://img.shields.io/npm/v/vitepress)](https://www.npmjs.com/package/vitepress)
|
|
|
|
---
|
|
|
|
**:fire: Note this is early WIP! Currently the focus is on making Vite stable and feature complete first. It is not recommended to use this for anything serious yet.**
|
|
|
|
---
|
|
|
|
VitePress is [VuePress](http://vuepress.vuejs.org/)' little brother, built on top of [vite](https://github.com/vuejs/vite).
|
|
|
|
## Documentation
|
|
|
|
To check out docs, visit [vitepress.vuejs.org](https://vitepress.vuejs.org).
|
|
|
|
## Changelog
|
|
|
|
Detailed changes for each release are documented in the [release notes](https://github.com/vuejs/vitepress/releases).
|
|
|
|
## Contribution
|
|
|
|
Please make sure to read the [Contributing Guide](./.github/contributing.md) before making a pull request.
|
|
|
|
## License
|
|
|
|
[MIT](https://opensource.org/licenses/MIT)
|
|
|
|
Copyright (c) 2019-present, Yuxi (Evan) You
|