::: tip 这是一项基于 vue-element-admin 开发的项目,项目核心为二次封装了, 好几个组件组件,使后台开发高效 :::
觉得可以话请点星
# clone the project
git clone https://github.com/jian22446688/alien-vue-admin.git
# enter the project directory
cd vue-element-admin
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9527
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
Copyright (c) 2017-present Cary