Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 610 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 610 Bytes

正在开发中

本项目基于quasar开发,目的是实现一个快速搭建且可二次开发的后台管理框架

开发计划

  • 动态权限路由
  • 国际化
  • 本地的mock服务
  • ...

Quasar App (quasar-admin-frame)

A Quasar Framework app

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.