Giter Club home page Giter Club logo

messageqd's Introduction

前端

前端地址 后端地址

觉得不错给个star,谢谢~

介绍

由于最近需要做一个简单的图书管理系统,于是就用了vue前后端分离的开发模式
模块
1.分类管理
2.出版管理
3.读者管理
4.图书管理
5.借阅管理
6.借阅记录
7.图书概览
另外还有主题功能,有多个主题可供选择(主题代码被我注释了,在store/modules/menu.js下) 
可以全屏放大缩小

技术栈

    //前端 https://github.com/fengyaogit123/bookqd.git
    1.vue
    2.vue-router
    3.vuex
    4.iview
    5.axios

    //后端 https://github.com/fengyaogit123/bookAdmin.git
    1.Node
    2.Eggjs
    3.Mongodb + Mongoose

安装

    //使用前端之前 需要后端的项目已经运行  详情请看
    //https://github.com/fengyaogit123/bookAdmin.git
    $ git clone  https://github.com/fengyaogit123/bookqd.git
    $ cd bookqd
    $ npm i
    $ npm run dev 

    //打开地址 http://127.0.0.1:9898  查看

后端

介绍

由于最近需要做一个简单的图书管理系统,于是就用了vue前后端分离的开发模式

技术栈

    //前端 https://github.com/fengyaogit123/bookqd.git
    1.vue
    2.vue-router
    3.vuex
    4.iview
    5.axios

    //后端 https://github.com/fengyaogit123/bookAdmin.git
    1.Node
    2.Eggjs
    3.Mongodb + Mongoose

安装

    //确认已经安装mongodb  这里默认配置是 
    config.mongoose = {
        url: 'mongodb://127.0.0.1:27017/book',
        options: {},
    };
    //没有设置账号密码 ,确保mongo服务已经打开

    //前端项目地址 https://github.com/fengyaogit123/bookqd.git
    $ git clone  https://github.com/fengyaogit123/bookAdmin.git
    $ cd bookAdmin
    $ npm i
    $ npm run dev 

    //打开地址 http://127.0.0.1:7001/public/web/index.html  查看

预览

1.jpg 登录 2.jpg 图书简介 3.jpg 图书借还 4.jpg 图书管理 6.jpg 读者管理 7.jpg 借阅记录 image.png 出版管理以及分类管理

参考

iView GitHub:https://github.com/iview/iview iView Admin GitHub:https://github.com/iview/iview-admin

messageqd's People

Watchers

James Cloos 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.