# github-trends
**Repository Path**: fxzer/github-trends
## Basic Information
- **Project Name**: github-trends
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: https://fxzer.gitee.io/github-trends
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2023-11-27
- **Last Updated**: 2024-09-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: nuxt3, unocss
## README
# Nuxt3网站模版
## 技术栈
1. Vue3
2. Nuxt3
3. UnoCss
## 效果展示

---

---

---
---
---
## 安装依赖
```bash
# pnpm
pnpm install
```
## 项目启动
启动在 `http://localhost: 8888`
```bash
pnpm dev
```
## 打包构建
```bash
pnpm build
```
## 项目预览
```bash
pnpm preview
```