[email protected]
Mand
- 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.
⚠️
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
- @mand-mobile/components
- @mand-mobile/platform-runtime
- @mand-mobile/platform-builder
- @mand-mobile/shared
- @mand-mobile/scroller
- @mand-mobile/vue-cli-plugin-builder
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