saxon-cxy
v0.2.3
Published
## Project setup ``` yarn install ```
Downloads
3
Readme
saxon
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Customize configuration
doc
1.npm i saxon-cxy
2.引入包和样式
3.使用具体组件
saxon-box
<saxonBox :title="title" :height="height" :width="width" :position="position" ></saxonBox>
1.title:组件标题
2.height:高度 具体计算 实际高度 = (高度*100 )px
3.width:宽度 具体计算 实际宽度 = (宽度*100 )px
4.position:定位位置 接收长度为4的数组 分别代表left,top,right,bottom 实际计算参考宽高(*100)