Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neveryu/official-website
基于Vue3构建的、静态的、企业级官网
https://github.com/neveryu/official-website
official-website vue vue3 vuejs
Last synced: 15 days ago
JSON representation
基于Vue3构建的、静态的、企业级官网
- Host: GitHub
- URL: https://github.com/neveryu/official-website
- Owner: Neveryu
- Created: 2022-11-24T05:05:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T07:13:37.000Z (over 1 year ago)
- Last Synced: 2024-10-23T09:21:53.862Z (24 days ago)
- Topics: official-website, vue, vue3, vuejs
- Language: Vue
- Homepage: https://Neveryu.github.io/official-website/
- Size: 3.02 MB
- Stars: 127
- Watchers: 3
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Official-website
> 响应式的企业官方网站模板,使用 [Vite](https://cn.vitejs.dev/) 脚手架搭建,使用 [Vue3](https://cn.vuejs.org/) 开发。
## 运行/启动
```bash
npm inpm run dev
```## 构建&预览
```bash
# 构建生产环境
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 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
## 技术要点
```bash
# bootstarp——整体框架,主要用到了栅格系统和一些组件# swiper——轮播插件
# wow.js+animate.css——网站的整体动画插件
# axios——ajax请求
# vue-router——路由
# vuex——状态管理(项目没有用到)
# session storage——本地存储
# 对可复用的组件进行了封装,对api接口进行了封装
```## About
- [我的个人博客](https://blog.csdn.net/csdn_yudong)
- [我的推荐阅读文章](https://neveryu.blog.csdn.net/article/details/124124137)## 内容
![](./screenshots/screenshot_1.png)
![](./screenshots/screenshot_2.png)
![](./screenshots/screenshot_3.png)
![](./screenshots/screenshot_4.png)