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: 5 months ago
JSON representation

一个集成了 Vite 的主题快速开始模板。

Awesome Lists containing this project

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
```