# YunCoolV2-UI **Repository Path**: yqingfeng/YunCoolV2-UI ## Basic Information - **Project Name**: YunCoolV2-UI - **Description**: 云社区前端仓库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-28 - **Last Updated**: 2023-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yuncool-ui > 云社区前台 ## Build Setup ``` bash # 安装相关依赖 npm install # 运行开发者环境(部署到本地服务器) npm run dev # 打包成生产文件 npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). ## 安装依赖 ~~~bash # 如果你的本地环境安装了cnpm,可使用如下命令安装相关依赖,[@version]为可选的版本号,不加则默认最新版本 cnpm install --save dependency_name[@version] #例如,安装 vuex cnpm install --save vuex@2.0.0 ~~~