门户网站前端项目

张元铭 4c8cd688a5 init 4 日 前
public 4c8cd688a5 init 4 日 前
src 4c8cd688a5 init 4 日 前
.gitignore 4c8cd688a5 init 4 日 前
README.md 4c8cd688a5 init 4 日 前
auto-imports.d.ts 4c8cd688a5 init 4 日 前
components.d.ts 4c8cd688a5 init 4 日 前
index.html 4c8cd688a5 init 4 日 前
package-lock.json 4c8cd688a5 init 4 日 前
package.json 4c8cd688a5 init 4 日 前
vite.config.js 4c8cd688a5 init 4 日 前

README.md

企业门户网站是基于Vue3+TypeScript+Vite+pinia响应式企业官方网站,使用 Vite 脚手架搭建,使用 Vue3 开发。

运行/启动

npm i

npm run dev

构建&预览

# 构建生产环境
npm run build

# 预览构建的产品
npm run preview

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

技术要点

# bootstarp——整体框架,主要用到了栅格系统和一些组件

# swiper——轮播插件

# wow.js+animate.css——网站的整体动画插件

# axios——ajax请求

# vue-router——路由

# vuex——状态管理(项目没有用到)

# session storage——本地存储

# 对可复用的组件进行了封装,对api接口进行了封装