|
|
1 bulan lalu | |
|---|---|---|
| .vscode | 4 bulan lalu | |
| omnimatrix-video-player | 1 bulan lalu | |
| public | 3 bulan lalu | |
| src | 1 bulan lalu | |
| .deepsource.toml | 4 bulan lalu | |
| .editorconfig | 4 bulan lalu | |
| .env.development | 1 bulan lalu | |
| .env.production | 2 bulan lalu | |
| .gitattributes | 3 bulan lalu | |
| .gitignore | 4 bulan lalu | |
| .prettierrc.json | 4 bulan lalu | |
| LICENSE | 4 bulan lalu | |
| README.en_US.md | 2 bulan lalu | |
| README.md | 2 bulan lalu | |
| eslint.config.ts | 3 bulan lalu | |
| index.html | 2 bulan lalu | |
| package.json | 1 bulan lalu | |
| pnpm-lock.yaml | 1 bulan lalu | |
| tailwind.config.ts | 4 bulan lalu | |
| tsconfig.app.json | 2 bulan lalu | |
| tsconfig.json | 4 bulan lalu | |
| tsconfig.node.json | 2 bulan lalu | |
| tsconfig.vitest.json | 2 bulan lalu | |
| vercel.json | 4 bulan lalu | |
| vite.config.ts | 1 bulan lalu | |
| vitest.config.ts | 4 bulan lalu |
Lithe Admin is a lightweight and elegant admin template built with Vue 3, Naive UI, Vite 7, Tailwind CSS 4, TypeScript, and Pinia. It adopts an origami-style page structure, features minimal business dependencies and low-coupled configuration, and is crafted for flexible extension and personalization—ideal for rapidly bootstrapping and progressively iterating admin systems.
^20.19.0 or >=22.12.0pnpm (recommended), or npm, or yarn# Using pnpm (recommended)
pnpm create lithe@latest
# Or npm
npm create lithe@latest
# Or yarn
yarn create lithe@latest
# Using pnpm (recommended)
pnpm install
# Or npm
npm install
# Or yarn
yarn install
pnpm dev
pnpm test:unit
pnpm build
pnpm preview
# Lint check
pnpm lint:check
# Lint fix
pnpm lint:fix
# Format check
pnpm format:check
# Format fix
pnpm format:fix
This project uses Iconify. Usage examples:
<!-- Using the `ph` prefix -->
<span class="iconify ph--x"></span>
<!-- Direct usage -->
<span class="iconify-[fluent--data-area-32-regular]"></span>
The ph prefix needs to be configured in src/assets/base.css. Refer to the official docs: Iconify Tailwind 4
@plugin "@iconify/tailwind4" {
prefixes: ph;
prefix: 'iconify';
scale: 1.2;
}