项目阶段性完成
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# TechCorp 企业官网
|
||||
|
||||
一个简约科技风格的多页面企业官网,基于 Vue 3 + Vite + Element Plus 构建。
|
||||
|
||||
## 快速开始
|
||||
|
||||
### 安装依赖
|
||||
|
||||
```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)
|
||||
Reference in New Issue
Block a user