Skip to content

基于vue2仿邮政官网PC端,纯前端实现,本项目是大四小组成员协作开发完成

License

Notifications You must be signed in to change notification settings

zqlit/Branch_Query

Repository files navigation

仿邮政PC端官网

这是一个基于 Vue.js 的中国邮政集团有限公司网站项目,包含登录、网点查询、新闻中心、社会责任、企业文化等功能。

目录

项目简介

该项目是一个模拟的中国邮政集团有限公司网站,旨在展示 Vue.js 的基本使用和一些常见的前端功能实现。

技术栈

  • Vue.js
  • Vue Router
  • Axios
  • LESS
  • Normalize.css

安装步骤

  1. 克隆项目到本地:

    git clone https://github.com/zqlit/Branch_Query.git
  2. 进入项目目录:

    cd Branch_Query
  3. 安装依赖:

    npm install

    或者使用 Yarn:

    yarn install

使用方法

  1. 启动开发服务器:

    npm run serve

    或者使用 Yarn:

    yarn serve
  2. 打开浏览器并访问 http://localhost:8080

目录结构

Branch_Query/
├── public/
│   ├── favicon.ico
│   └── index.html
├── src/
│   ├── assets/
│   │   ├── css/
│   │   │   ├── common.css
│   │   │   └── index.css
│   │   ├── fonts/
│   │   │   └── iconfont.css
│   │   └── js/
│   │       ├── flexible_css.debug.js
│   │       └── flexible.debug.js
│   ├── components/
│   │   └── FooterView.vue
│   ├── router/
│   │   └── index.js
│   ├── views/
│   │   ├── HomeView.vue
│   │   ├── NetworkView.vue
│   │   ├── LoginView.vue
│   │   ├── NewsView.vue
│   │   ├── CompanyView.vue
│   │   └── SocialView.vue
│   ├── App.vue
│   └── main.js
├── .gitignore
├── babel.config.js
├── package.json
├── README.md
└── vue.config.js

贡献指南

欢迎任何形式的贡献!请遵循以下步骤:

  1. Fork 本仓库
  2. 创建你的分支 (git checkout -b feature-branch)
  3. 提交你的修改 (git commit -am 'Add some feature')
  4. 推送到分支 (git push origin feature-branch)
  5. 创建一个新的 Pull Request

许可证

该项目使用 MIT 许可证。详情请参阅 LICENSE 文件。

About

基于vue2仿邮政官网PC端,纯前端实现,本项目是大四小组成员协作开发完成

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •