# 信息系统前端 **Repository Path**: information_system_courses/information_system_frontend ## Basic Information - **Project Name**: 信息系统前端 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-15 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 信息系统前端 ## 项目介绍 信息系统课设前端代码 ## 软件架构 - `js`框架是`vue+vue-router+vuex` - 开发工具是`webpack` - 前后端交互用的是`webpack`的代理,`ajax`框架用的是`axios` ## 安装教程 1. `git clone https://gitee.com/information_system_courses/information_system_frontend.git` 2. `cd information_system_frontend` 3. `npm install` || `cnpm install` 4. 开发:`npm run dev` 5. 打包:`npm run build` ## 页面说明 [可以通过马云的pages服务查看](https://information_system_courses.gitee.io/information_system_frontend/dist) > - 账号:admin - 密码:123456 ## 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request