Açıklama Yok

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

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