Files
2026-05-02 21:59:17 +08:00

47 lines
685 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 企业官网
一个简约科技风格的多页面企业官网,基于 Vue 3 + Vite + Element Plus 构建。
## 快速开始
### 环境准备
#### NodeJS版本
**v25.2.0**
### 安装依赖
```bash
npm install
```
### 启动开发服务器
```bash
npm run dev
```
### 构建生产版本
```bash
npm run build
```
## 功能特性
- ✅ 响应式设计,支持多端设备
- ✅ 4个完整页面首页、产品、关于、联系
- ✅ 简约科技风格设计
- ✅ 流畅的动画效果
- ✅ 组件化开发
- ✅ 路由导航
## 技术栈
- Vue 3.5.32
- Vite 7.3.2
- Element Plus
- Vue Router 5.0.6
- Pinia 3.0.4
详细文档请查看 [PROJECT.md](./PROJECT.md)