# yh5 **Repository Path**: browsers/yh5 ## Basic Information - **Project Name**: yh5 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
> 基于 Vue 2.0 快速搭建中后台(hpaPaaS平台)数据驱动、可视化编辑的组件库 > 通过 Photoshop 导出 psd 文件,自动生成响应式页面能力 ### Webpack 安装 ```bash npm install --save yh5 ``` 添加至你的vue应用: ```javascript import Vue from 'vue' import Yh5 from 'yh5/lib' import * as components from 'yh5/lib/components' Vue.use(Yh5, { components }) ``` ### 使用 CDN ```html