Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@onbright/oui-pc

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbright/oui-pc

昂宝pc端UI库

  • 1.1.13
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

oui-pc

pc端开发UI框架

说明

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
* 修改表单设计器样式

FAQs

Package last updated on 26 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc