Vite & Vue powered static site generator.
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.
 
 
 
 
Go to file
Evan You 5fb794864b
fix: avoid circular deps when extending default theme + importing feature components
2 years ago
.github chore: fix typo (#1205) 2 years ago
__tests__ test: add test for client utils 2 years ago
bin feat: migrate to ESM (#645) (#659) 2 years ago
docs refactor: migrate markdown toc plugin (#1093) (#1207) 2 years ago
examples fix(theme): show outline even without sidebar (#1189) 2 years ago
scripts chore: copy shared files in parallel (#823) 2 years ago
src fix: avoid circular deps when extending default theme + importing feature components 2 years ago
types fix(types): explicitly re-export to resolve ambiguities (#1193) 2 years ago
.gitignore feat(build): switch to vite 3, support clean urls and esm mode (#856) 2 years ago
.npmrc chore: make scripts consistent across platforms (#678) 2 years ago
.prettierignore feat(build): switch to vite 3, support clean urls and esm mode (#856) 2 years ago
.prettierrc init 4 years ago
CHANGELOG.md release: v1.0.0-alpha.9 2 years ago
LICENSE chore: readme and license 4 years ago
README.md docs: make readme alpha ready 2 years ago
client.d.ts feat(build): switch to vite 3, support clean urls and esm mode (#856) 2 years ago
netlify.toml workflow: switch to pnpm (#401) 3 years ago
package.json feat(build): support markdown frontmatter options (#1218) 2 years ago
pnpm-lock.yaml feat(build): support markdown frontmatter options (#1218) 2 years ago
pnpm-workspace.yaml test: add E2E tests (#1012) 2 years ago
rollup.config.ts style: format 2 years ago
theme.d.ts feat(build): switch to vite 3, support clean urls and esm mode (#856) 2 years ago
tsconfig.json chore: enable `jsx` for volar 2 years ago
vitest.config.e2e.ts test: add E2E tests (#1012) 2 years ago

README.md

VitePress (alpha) 📝💨

Test npm


VitePress is VuePress' spiritual successor, built on top of vite.

Currently, it's in the alpha stage. It is already suitable for out-of-the-box documentation use, but the config and theming API may still change between minor releases.

Documentation

To check out docs, visit vitepress.vuejs.org.

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