# theme-modern-starter **Repository Path**: halo-dev/theme-modern-starter ## Basic Information - **Project Name**: theme-modern-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-19 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 git@github.com: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 ```