1.1.13 • Published 11 months ago

@onbright/oui-pc v1.1.13

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

说明

oui-pc 基于ant design vue二次开发的UI框架,用于管理平台界面的快速开发。 它帮助您构建大型复杂的单页应用程序。我相信无论你需要什么,这个框架都会帮助你。

安装

# npm方式安装
npm i oui-pc

快速上手

  1. main.js引入框架文件
//全部组件引入
import OUiPc from 'oui-pc';
Vue.use(OUiPc);

//按需引入
import {OSelect,OCaptcha} from 'oui-pc';
Vue.component('OSelect',OSelect);
Vue.component('OCaptcha', OCaptcha);
  1. main.js引入框架样式
import 'oui-pc/lib/ty-ui.css'

使用方法

无需import组件,直接引用即可。

<template>
	<o-select v-model="area"></o-select>
</template>


## 更新记录

## 0.0.1 20210901
* pc端组件库添加

## 0.0.2 20210902
* 修改表单设计器样式
1.1.7

12 months ago

1.1.6

12 months ago

1.1.12

11 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.13

11 months ago

1.1.1

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago