1 Star 1 Fork 2

DreamChan / fast-boot-frontend

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

fast-boot管理系统前端项目

项目介绍

fast-boot-fronendfast-boot前后台端分离项目的前端项目,基于 VueElement 搭建。

演示地址

http://122.51.105.16:3000/ 账号:admin 密码:admin123

技术选型

  • vue
  • vue router
  • vuex
  • axio
  • element-ui
  • echarts
  • js-cookie
  • vue-admin-template

本地运行

# 克隆项目
git clone https://github.com/DreamChan/fast-boot-frontend.git

# 进入项目目录
cd fast-boot-frontends

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 本地开发环境启动项目
npm run dev

在浏览器打开http://127.0.0.1:3000, 即可访问后台管理系统页面 注意: 此项目为前端项目,需要与后台项目接口配和使用,若不想搭建后台环境,需要将.env.development文件中的VUE_APP_BASE_APIVUE_APP_OSS_API的值修改为线上地址, 修改成.env.production文件中的值即可。

项目发布

# 打包项目,发布到正式环境
npm run build:prod

# 打包项目,发布到测试环境
npm run build:staging
MIT License Copyright (c) 2020 DreamChan 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.

简介

fast-boot-fronend是fast-boot前后台端分离项目的前端项目,基于 Vue 和 Element 搭建。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/DreamChan/fast-boot-frontend.git
git@gitee.com:DreamChan/fast-boot-frontend.git
DreamChan
fast-boot-frontend
fast-boot-frontend
master

搜索帮助