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

【官网链接】(https://www.iviewui.com/)

采用 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

posted @ 2022-09-19 23:28  panie2015  阅读(80)  评论(0编辑  收藏  举报