Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:15:52.000Z (8 months ago)
- Last Synced: 2024-05-21T12:58:55.990Z (7 months ago)
- Topics: halo, halo-theme, halo-theme-starter, thymeleaf, vite
- Language: HTML
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- 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 [email protected]: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
```