Skip to content

jangworn/gf-admin-web

Repository files navigation

gf-admin-web

基于vue-admin-template的后台管理平台,目前已有功能:jwt登录验证、账号管理、客服接待,功能完善中

Api

gf-admin-api

git clone https://github.com/jangworn/gf-admin-web.git

# enter the project directory
cd gf-admin-web

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod