Puti-admin is Puti's administrative backend build project, which is only used for the construction of Puti projects.
Base on PanJiaChen/vue-element-admin
English | 简体中文
# Clone project
https://github.com/puti-projects/puti-admin
# Install dependencies
npm install
# Serve with hot reload at localhost:9528
npm run dev
# Build for production with minification
# The background default entry for Puti is `/puti/console/`.
# Constructed under `/puti/console/puti-admin` and output to `/puti/console/`
npm run build
# build for production and view the bundle analyzer report
npm run build --report
MIT license.
Copyright (c) 2018-present puti-projects