Giter Site home page Giter Site logo

peeplus's Introduction

peeplus 后台管理系统

peeplus Release peeplus License

  • 项目说明

1、基于flask和vue打造的前后端分离项目
2、前后端只依赖于token
3、前端vue动态路由

  • 前端项目路径: ~@/app/templates/frontEnd
  • 后端路径:~@/app

Overview

工作台-多标签模式

前端环境和依赖

  • node
  • yarn
  • webpack
  • eslint
  • @vue/cli ~3

请注意,我们强烈建议本项目使用 Yarn 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本而引入了新版本所导致的问题。作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题。

后端端环境和依赖

  • python3.7
  • flask
  • flask-script
  • flask-socketio
  • flask-sqlalchemy
  • numpy
  • flask-debugtoolbar
  • mysqlclient
  • flask-cors
  • pyjwt
  • flask-sqlacodegen

项目下载和运行

  • 拉取项目代码
git clone https://github.com/i5yi/peeplus.git peeplus
cd peeplus
  • 安装依赖
  • 前端
cd peeplus/app/templates/frontEnd
yarn install
  • 后端
pipenv shell
pipenv install/sync
  • 开发模式运行
前端:yarn run serve
后端:
pipenv shell (激活虚拟环境)
python manager.py runserver (启动项目)
  • 编译项目
cd peeplus/app/templates/frontEnd
yarn run build

其他说明

  • 使用polyfill兼容至 IE10

  • 更多pipenv命令可查看pipenv -h

  • sql文件在db目录

Contributors

peeplus's People

Contributors

bing127 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.