설명 없음

mead efa34cef58 init 3 년 전
mock 567457621e init 3 년 전
public 567457621e init 3 년 전
src efa34cef58 init 3 년 전
.browserslistrc 567457621e init 3 년 전
.editorconfig 567457621e init 3 년 전
.env 567457621e init 3 년 전
.eslintignore 567457621e init 3 년 전
.eslintrc.js 567457621e init 3 년 전
.gitattributes 567457621e init 3 년 전
.gitignore 567457621e init 3 년 전
.stylelintrc.js 567457621e init 3 년 전
LICENSE 567457621e init 3 년 전
README.md 567457621e init 3 년 전
babel.config.js 567457621e init 3 년 전
deploy.sh 567457621e init 3 년 전
dockerfile 567457621e init 3 년 전
jsconfig.json 567457621e init 3 년 전
nginx.conf 567457621e init 3 년 전
package.json 567457621e init 3 년 전
plopfile.js 567457621e init 3 년 전
prettier.config.js 567457621e init 3 년 전
vab.config.js 567457621e init 3 년 전
vue.config.js 567457621e init 3 년 전
webstorm.config.js 567457621e init 3 년 전

README.md

常规版(master)使用

# 克隆项目
git clone https://github.com/vue-admin-beautiful/admin-pro.git
# 进入项目目录
cd admin-pro
# 安装依赖
npm i
# 本地开发 启动项目
npm run serve

其他版本下载

${branch_name}替换成上表分支名即可

# 克隆项目
git clone -b ${branch_name} https://github.com/vue-admin-beautiful/admin-pro.git
# 进入项目目录
cd admin-pro
# 安装依赖
npm i
# 本地开发 启动项目
npm run serve