基于vue-admin-template的后台管理平台,目前已有功能:jwt登录验证、账号管理、客服接待,功能完善中
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 for test environment
npm run build:stage
# build for production environment
npm run build:prod