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: 7 days ago
JSON representation
一个集成了现代前端技术栈的 Halo 2.0 的主题开发模板。
- Host: GitHub
- URL: https://github.com/halo-dev/theme-modern-starter
- Owner: halo-dev
- License: gpl-3.0
- Created: 2022-10-29T15:00:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:16:21.000Z (7 months ago)
- Last Synced: 2024-05-21T12:58:58.403Z (6 months ago)
- Topics: alpinejs, halo, halo-theme, halo-theme-starter, tailwindcss, thymeleaf, vite
- Language: HTML
- Homepage:
- Size: 156 KB
- Stars: 15
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-halo - theme-modern-starter - 集成了现代前端技术栈的 Halo 2.0 的主题开发模板。 (Halo 2.0 / 主题)
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
```