Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.51 KB

README-en.md

File metadata and controls

48 lines (35 loc) · 1.51 KB

Valaxy Theme Sakura

🧪 Currently testing and perfecting theme samples and theme documentation | Docs | Demo | 中文

NPM version Release Open in StackBlitz

Usage

Install theme:

pnpm create valaxy
pnpm add valaxy-theme-sakura

Activate theme:

// valaxy.config.ts
import { defineConfig } from 'valaxy'
import type { ThemeUserConfig } from 'valaxy-theme-sakura'

export default defineValaxyConfig<ThemeUserConfig>({
  theme: 'sakura'
})


Update Theme:

pnpm up valaxy-theme-sakura --latest

Thanks