0.2.3 • Published 2 years ago

saxon-cxy v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

See Configuration Reference.

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)
  
0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago