2.0.0-alpha2 • Published 3 years ago

@vistfe/v5 v2.0.0-alpha2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

V5


Mobile UI for Vue3.0

Install

npm i @58fe/v5@next -S
// or 1.0
npm i @58fe/v5@1.x -S

Usage

@58fe/babel-plugin-v5-import

Development

// start
npm start
npm run dev

// build
npm run build

// test
npm run test

// publish
npm run publish

Component

  • Row
  • Col
  • Button
  • Icon
  • Style
  • animation
  • Input
  • Checkbox
  • Skeleton
  • Spinner
  • Empty
  • PullRefresh
  • Listload
  • Lazyload
  • Toast
  • Dialog
  • Alert
  • Confirm
  • Popup
  • loading

Unit Test

测试用例内容:

  • 组件内容测试
  • 属性测试
  • 功能测试