这是一个基于 Vue.js 的中国邮政集团有限公司网站项目,包含登录、网点查询、新闻中心、社会责任、企业文化等功能。
该项目是一个模拟的中国邮政集团有限公司网站,旨在展示 Vue.js 的基本使用和一些常见的前端功能实现。
- Vue.js
- Vue Router
- Axios
- LESS
- Normalize.css
-
克隆项目到本地:
git clone https://github.com/zqlit/Branch_Query.git
-
进入项目目录:
cd Branch_Query
-
安装依赖:
npm install
或者使用 Yarn:
yarn install
-
启动开发服务器:
npm run serve
或者使用 Yarn:
yarn serve
-
打开浏览器并访问
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
欢迎任何形式的贡献!请遵循以下步骤:
- Fork 本仓库
- 创建你的分支 (
git checkout -b feature-branch
) - 提交你的修改 (
git commit -am 'Add some feature'
) - 推送到分支 (
git push origin feature-branch
) - 创建一个新的 Pull Request
该项目使用 MIT 许可证。详情请参阅 LICENSE 文件。