# mom-ui-doc **Repository Path**: cai4633/mom-ui-doc ## Basic Information - **Project Name**: mom-ui-doc - **Description**: 基于vue3的UI框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-29 - **Last Updated**: 2020-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mom-ui A simple web UI framework with Vue3 and Typescript. ## Features - Base on **Vue3** which is new to someone - Written in **Typescript** with Predictable static types - A set of high-quality vue components - Follow the **Antd-Design style** which is very popular in the world ## Environment Support - Modern browsers and Internet Explorer 11 (with polyfills) ## Install `npm install mom-ui` or `yarn add mom-ui` ## Usage Import style manually in `main.ts` or any component: ``` import "mom-ui/dist/lib/mom-ui.css"; ``` And import Component in Vue SPA. ``` ```