nui-antd

A mobile UI components with vue implement

Usage no npm install needed!

<script type="module">
  import nuiAntd from 'https://cdn.skypack.dev/nui-antd';
</script>

README

English | 简体中文

NUI ANT VUE

A configurable Mobile UI specification and Vue-based implementation.

Documents

Demo

Live Demo

Clone this Project and run

$ npm run dev

Installation

$ npm install nui-ant-vue --save

Usage

import NuiAntVue from 'nui-ant-vue'
import 'nui-ant-vue/dist/main.css'

...

Vue.use(NuiAntVue)