@eox/pages-theme-esa
v0.2.5
Published
Vitepress Theme with ESA branding
Downloads
87
Keywords
Readme
pages-theme-esa
Vitepress theme for ESA branded pages.
Usage
npm install -D @eox/pages-theme-esa
npm install @eox/esa-ui
// .vitepress/theme/index.js
import ESA from "@eox/pages-theme-esa"
export default {
extends: ESA
};
See also the Vitepress Docs.