Skip to content

QKTeam/oa-bms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oa-bms

QKTeam Book Manager System

usage

use laravel to provide api

back-end

git clone https://github.com/QKTeam/oa-bms.git
cd api
composer install
cp .env.example .env
vim .env # change some config for yourself
php artisan key:generate
php artisan php artisan migrate

front-end

我已将vue.js官方脚手架工具vue-cli搭建好了(名称:front-end),其它具体信息请进入该文件中的package.json中查看。

cd app
npm install

update log

  • 2018-03-26
    • init project
  • 2018-04-09
    • create migration
  • 2018-04-11
    • init front-end
  • 2018-04-13
    • create doc

future