0.0.2 • Published 5 years ago

sun-rice-test v0.0.2

Weekly downloads
11
License
-
Repository
-
Last release
5 years ago

sun-rice

a vue.js project of ui components

在线演示

https://stg1-wechat.jinbaochuang.com/sun-rice/#/

image

组件列表

组件描述文档地址demo 地址
cell单元格文档演示
field输入框文档演示
spinner旋转动画文档演示
button按钮文档演示
toast提示文档演示
checkbox复选框文档演示
radio单选框文档演示
switch开关文档演示
swipe轮播文档演示
tab标签页文档演示
tabbar底部标签页文档演示
popup弹出层文档演示
indicator加载文档演示
pullRefresh下拉加载最新文档演示
list上拉加载更多文档演示
dialog弹出框文档演示
actionsheet上拉菜单文档演示
picker选择器文档演示
datetimePicker时间选择器文档演示
numberKeyboard自定义键盘文档演示
badge标签文档演示
noticebar通告栏文档演示
uploader文件上传文档演示
collapse折叠面板文档演示
steps步骤条文档演示
stepper步进器文档演示
imagePreview图片预览文档演示
lazyload懒加载文档演示
addressPicker地址选择器文档演示
submitBar提交订单文档演示

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test