Skip to content

Latest commit

 

History

History
106 lines (68 loc) · 2.75 KB

README.md

File metadata and controls

106 lines (68 loc) · 2.75 KB

🐡 A mobile UI toolkit designed for financial scenarios, and compatible with multiple platforms based on Vue DSL(Vue 2.0).

  • Webapp
  • Uniapp
  • ...

Refer to other versions according to your preference :


⚠️ Status: WIP - Closed beta

Not released externally, only internal projects for trial

Preview

H5 微信小程序 支付宝小程序(WIP)

Features

M0

  • Improve runtime difference smoothing for multiple platforms (Web/Uniapp) based on Vue 2.x
  • Refactor the underlying scroller module based on BetterScroll

M1

  • Perfect engineering, construct a monorepo
  • Abstract serve & build process for multiple platforms
  • Improve code specifications
  • Improve documentations
  • Upgraded visual specification to 3.0
  • Refactor the site based on Vuepress or Vitepress
  • Support internationalization
  • Improve components testing

M2

UNNECESSARY

  • Upgrade Vue to v3.0
  • Refactor some components based on Composition API

Packages

Contribution

See Development Guide.

Bootstrap

yarn install
yarn bootstrap

Dev preview

  • Platform
# all
yarn serve-all

# web
yarn serve:web

# uni
yarn serve:uni
  • Single Component
yarn serve-single:web button

# or

yarn serve-single:uni button

Architecture

License

Apache-2.0 license