Mand Mobile

screenshot of Mand Mobile
express
vue

A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.

Overview:

This document provides information about Mand Mobile, a development framework for creating high-performance and highly available cross-terminal applications. It supports the development of Android and iOS applications and is compatible with Vue, TypeScript, and JavaScript. The document includes installation instructions, usage guidelines, and information about contributing to the project.

Features:

  • Template for new project: Provides a template for initializing and integrating Mand Mobile with a new Vue project using Vue CLI 2 or Vue CLI 3.
  • Manually Import: Allows for manually importing specific components of Mand Mobile into the project.
  • Usage: Provides a guide on how to select the necessary components to build a web app using Mand Mobile.
  • Development: Offers instructions on how to set up a development environment and access a local server for testing the app.
  • Contributing: Encourages users to contribute to the project by creating issues or sending pull requests.
  • Community: Provides useful links to other development frameworks, such as Hummer and DoraemonKit, that may be of interest to front-end developers.
  • License: Mand Mobile is licensed under the Apache License 2.0.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.