https://github.com/halo-dev/theme-vite-starter
一个集成了 Vite 的主题快速开始模板。
https://github.com/halo-dev/theme-vite-starter
halo halo-theme halo-theme-starter thymeleaf vite
Last synced: 5 months ago
JSON representation
一个集成了 Vite 的主题快速开始模板。
- Host: GitHub
- URL: https://github.com/halo-dev/theme-vite-starter
- Owner: halo-dev
- License: gpl-3.0
- Created: 2022-10-22T12:58:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T03:37:41.000Z (about 1 year ago)
- Last Synced: 2025-12-21T04:18:48.345Z (5 months ago)
- Topics: halo, halo-theme, halo-theme-starter, thymeleaf, vite
- Language: HTML
- Homepage:
- Size: 159 KB
- Stars: 7
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-halo - theme-vite-starter - 与 Vite 集成的主题模板,由 Vite 负责资源构建。 (Halo 2.0 / 主题)
README
# Theme Vite Starter
一个集成了 Vite 的主题快速开始模板。
主题开发文档可查阅:
## 开发
```bash
git clone git@github.com:halo-dev/theme-vite-starter.git ~/halo2-dev/themes/theme-vite-starter
```
```bash
cd ~/halo2-dev/themes/theme-vite-starter
```
```bash
pnpm install
```
```bash
pnpm dev
```