Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 727 Bytes

README.zh_CN.md

File metadata and controls

42 lines (27 loc) · 727 Bytes

English | 简体中文

UI Nuclear Mobile

一套Ant DesignVue实现

文档

演示

Live Demo

下载或克隆本项目后,运行

$ npm run dev

安装

$ npm install ui-nuclear-mobile --save

使用

import UiNuclearMobile from 'ui-nuclear-mobile'
import 'ui-nuclear-mobile/dist/main.css'

...

Vue.use(UiNuclearMobile)