# nuxt3-template
**Repository Path**: lichang666/nuxt3-template
## Basic Information
- **Project Name**: nuxt3-template
- **Description**: Nuxt 3 开发模板:集成了nuxt3 + vue3.3 + axios+ TypeScript + vueuse + Element-plus + Tailwind+EsLint + Prettier
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 14
- **Forks**: 9
- **Created**: 2023-11-16
- **Last Updated**: 2025-06-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Nuxt, Vue, TypeScript
## README
# Nuxt 3 开发模板
集成了nuxt3 + vue3.4 + TypeScript + vueuse + Element-plus + Tailwind + EsLint + Prettier
1.对axios进行了二次封装
2.内置了一些常用工具函数
3.内置了基础的登录页和两个简单的页面
## 下载依赖包
```bash
# pnpm
pnpm install
```
## 启动服务
启动后项目地址 `http://localhost:3000`:
```bash
# pnpm
pnpm run dev --host
```
## 项目打包
打包后项目文件夹为output
```bash
# pnpm
pnpm run build
```