0
点赞
收藏
分享

微信扫一扫

【Vue项目实践】采用 iview 快速开始

幸福的无所谓 2022-09-29 阅读 132


采用 npm 运行

git clone https://github.com/view-design/view-ui-project-vite.git
cd view-ui-project-vite
# 安装
npm install
# 启动
npm run serve
# 打包
npm run build

若是clone 项目的命令报错了, 就先浏览器访问一下项目地址

采用 yarn 运行

git clone https://github.com/view-design/view-ui-project-vite.git
cd view-ui-project-vite
# 安装
yarn
# 启动
yarn dev
# 打包
yarn build


作者:​​​panie​​​


举报

相关推荐

0 条评论