UNPKG

@squirrel-cloud/ui-vue

Version:

松鼠的坚果屋前端VUE框架

36 lines (22 loc) 526 B
<div align="center"> <img height="180" src="https://squirrelcloud.cn/images/squirrel-cloud.svg"> <p>松鼠的坚果屋VUE前端框架</p> </div> ## 安装 ```bash npm install @squirrel-cloud/ui-vue ``` ## 样式图层 ### 图层权重排序(从低到高) - theme - component - type - custom ### theme 该层用于定义全局变量 ### component 该层用于定义组件样式 ### type 该层用于定义特定状态下的组件样式,如 `primary` ### custom 该层预留便于用户进行样式覆盖