🐡 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 :
- mand-mobile@2 - General available version.
- mand-mobile-next - A special version based on Vue 3.0.
Not released externally, only internal projects for trial
H5 | 微信小程序 | 支付宝小程序(WIP) |
---|---|---|
- Improve runtime difference smoothing for multiple platforms (Web/Uniapp) based on Vue 2.x
- Refactor the underlying scroller module based on BetterScroll
- 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
UNNECESSARY
- Upgrade Vue to v3.0
- Refactor some components based on Composition API
- @mand-mobile/components
- @mand-mobile/platform-runtime
- @mand-mobile/platform-builder
- @mand-mobile/shared
- @mand-mobile/scroller
- @mand-mobile/vue-cli-plugin-builder
See Development Guide.
yarn install
yarn bootstrap
- 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