1 Star 0 Fork 0

fly / hs-fund-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

#和顺公益基金会后台管理的前端工程

*安装

安装过程中,可能会出现安装过慢、报错等情况,请尝试以下方式:

*克隆项目

git clone 项目地址

*安装依赖

1 安装cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

2 安装依赖

cnpm install

中途报错 出现webpack-cli 版本问题

webpack -v 命令检查当前版本

尝试通过 cnpm install webpack -g 安装

*启动服务

npm run dev

启动完成后会自动打开浏览器访问 http://localhost:8001,你看到下面的页面就代表成功了。

  • 前端工程 基于vue、element-ui构建开发,实现
  • 前后端分离,通过token进行数据交互,可独立部署
  • 主题定制,通过scss变量统一一站式定制
  • 动态菜单,通过菜单管理统一管理访问路由
  • 数据切换,通过mock配置对接口数据/mock模拟数据进行切换
  • 发布时,可动态配置CDN静态资源/切换新旧版本
  • 演示地址:http://fast.demo.renren.io(账号密码:admin/admin)

img

说明文档

开发环境:修改后台的请求地址
  hs-fund-vue/static/config/index.js
  // api接口请求地址
  window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080/hs-fund-api';

会被统一到 src/utils/httpRequest.js 的方法上做代理和非代理的路径判断

更新日志

MIT License Copyright (c) 2018 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

《和顺公益基金会》后台管理的前端工程 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/gaogaoyanjiu012/hs-fund-vue.git
git@gitee.com:gaogaoyanjiu012/hs-fund-vue.git
gaogaoyanjiu012
hs-fund-vue
hs-fund-vue
master

搜索帮助