# vue-ant-demo **Repository Path**: Mr_KeAng/vue-ant-demo ## Basic Information - **Project Name**: vue-ant-demo - **Description**: demo - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-antdv ### 需要安装node,npm,yarn ### 访问如下链接,安装项目环境 ``` https://www.jianshu.com/p/4b651dc4f512 ``` 安装完毕以后需要换源执行命令/下载依赖更快 ``` npm config set registry https://registry.npm.taobao.org yarn config set registry https://registry.npm.taobao.org ``` ## 使用终端或者cmd,切换到项目目录,键入以下命令 ### 安装node依赖 ``` yarn ``` ### 启动项目 ``` yarn run serve ``` ### 如果需要打包H5项目,执行命令后在目录的dist中 ``` yarn build ```