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

bt-ui

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bt-ui

An vue components

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

bt-ui

A ui component library built with vue-cli@3

api

演示文档

install

npm install bt-ui -S

quickstart

在main.js中完整引入


import Vue from 'vue';
import btui from 'bt-ui';

Vue.use(btui);

new Vue({
    router,
    render: h => h(App)
}).$mount('#app');

在.vue文件中按需引入

import {
  Select,
  Button
  // ...
} from 'bt-ui'

export default {
    components: { Select, Button},
};

Browser Support

chrome、firefox、暂不支持IE。

Changelog

查看详细的更新日志

LICENSE

MIT

Keywords

FAQs

Package last updated on 24 Mar 2019

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