This is the VitePress theme for the official Destyler documentation at destyler.org.
This repo can be developed on its own since it is a self-contained VitePress theme. Make sure to use pnpm as the package manager when installing deps. A demo app is available in /demo and can be run with pnpm dev:
pnpm install
pnpm docs:dev
Here is the list of available scripts that can be used during the development.
# Boot local dev server.
$ pnpm docs:dev
# Build demo, then serve locally. This is for testing
# production build in the local environment.
$ pnpm serve
# Run lint via Prettier.
$ pnpm lint
- Vuejs Theme - https://github.com/vuejs/theme
Copyright (c) 2024-present, Elone Hoo