0.2.3 • Published 3 years ago

saxon-cxy v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago