mand-mobile
A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
Install & Usage
Template for new project
Vue CLI 2
New project can be initialized and integrated with mand-mobile by vue-cli-2 with mand-mobile-template.
Vue CLI 3
New project can be initialized and integrated with mand-mobile by vue-cli with vue-cli-plugin-mand.
Manually
Import
- Use babel-plugin-import
or
ts-import-plugin (Recommended)
- Manually import
- Totally import
Usage
Select the components you need to build your webapp. Find more details in Quick Start.
Development
Open your browser and visit http://127.0.0.1:4000. Find more details in Development Guide.