首页 > 其他 > 详细

vue-admin-template

时间:2020-02-14 11:43:29      阅读:97      评论:0      收藏:0      [点我收藏+]

Build Setup

# clone the project
git clone https://github.com/PanJiaChen/vue-admin-template.git

技术分享图片

 

完成之后,修改项目名称-修改名称之后idea会提示报错,点击报错信息,然后将弹出的对话框中的git依赖“-”删掉,然后执行下面的语句运行项目


# enter the project directory
cd vue-admin-template

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

技术分享图片

 

 Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# 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

Refer to Documentation for more information

vue-admin-template

原文:https://www.cnblogs.com/dekevin/p/12306480.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!