# 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

Yh5 Logo

Version Documentation Maintenance License: MIT

> 基于 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
``` ### 参考 - [云凤蝶如何打造媲美 sketch 的自由画布](https://zhuanlan.zhihu.com/p/92469406) - [云凤蝶自由画布之道:分层模型](https://zhuanlan.zhihu.com/p/97768853) - [Vuetify(代码风格)](https://github.com/vuetifyjs/vuetify)