vitepress-theme-doc

VUE 官网风格主题

Usage no npm install needed!

<script type="module">
  import vitepressThemeDoc from 'https://cdn.skypack.dev/vitepress-theme-doc';
</script>

README

Vue Theme doc

This is the VitePress theme for the official Vue documentation at vuejs.org.

Available Scripts

Here is the list of available scripts that can be used during the development.

# Boot local dev server.
$ pnpm run dev

# Build demo, then serve locally. This is for testing
# production build in the local environment.
$ pnpm run serve

# Run lint via Prettier.
$ pnpm run lint

# Run type check via tsc.
$ pnpm run type

License

MIT