# staticUI **Repository Path**: ggit/staticUI ## Basic Information - **Project Name**: staticUI - **Description**: 一站式静态界面设计 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # staticUI > vue+webpack+bootstrap ### 步骤: * 安装node * 安装cnpm > npm install -g cnpm --registry=https://registry.npm.taobao.org * 安装vue vue-cli > cnpm install vue vue-cli --global * 初始化项目 > vue init webpack staticUI * 安装项目依赖 > cnpm install * 启动项目 > npm run dev * 打包项目 > npm run bulid * 上线项目 > npm run online