README.md

October 15, 2018 · View on GitHub

git clone https://github.com/wjkang/quasar-admin-server.git

Install

npm install

Run

Development

npm run start

Production(Build)

npm run production

vue-quasar-admin与3YAdmin(3YAdmin请使用3YAdmin分支)后台服务,使用koa2构建,并且使用lowdb持久化数据到JSON文件。

Contents

  1. 1Install
  2. 2Run
  3. 2.1Development
  4. 2.2Production(Build)