Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/halo-dev/theme-modern-starter

一个集成了现代前端技术栈的 Halo 2.0 的主题开发模板。
https://github.com/halo-dev/theme-modern-starter

alpinejs halo halo-theme halo-theme-starter tailwindcss thymeleaf vite

Last synced: 25 days ago
JSON representation

一个集成了现代前端技术栈的 Halo 2.0 的主题开发模板。

Lists

README

        

# Theme Modern Starter

一个集成了现代前端技术栈的 Halo 2.0 的主题开发模板。

主题开发文档可查阅:

## 特性

- 使用 [Vite](https://vitejs.dev/) 进行静态资源构建。
- 使用 [Tailwind CSS](https://tailwindcss.com/) 进行样式开发。
- 使用 [@tailwindcss/typography](https://tailwindcss.com/docs/typography-plugin) 作为内容样式。
- 使用 [Iconify](https://iconify.design/) + [@iconify/tailwind](https://iconify.design/docs/usage/css/tailwind/#installation) 作为图标方案。
- 集成了 [Alpine.js](https://alpinejs.dev/)。
- 集成了 ESLint + Prettier。

## 开发

```bash
git clone [email protected]:halo-dev/theme-modern-starter.git ~/halo2-dev/themes/theme-modern-starter
```

```bash
cd ~/halo2-dev/themes/theme-modern-starter
```

```bash
pnpm install
```

```bash
pnpm dev
```