Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.23 KB

VitePress 0 📝💨

test npm nightly releases chat


VitePress is a Vue-powered static site generator and a spiritual successor to VuePress, built on top of Vite.

Documentation

To check out docs, visit vitepress.dev.

Changelog

Detailed changes for each release are documented in the CHANGELOG.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

License

MIT

Copyright (c) 2019-present, Yuxi (Evan) You

Development

npm create vitepress@latest -- --help

# Dev

cd vitepress-project
npm install
npm run dev