@bnfe/admin-design
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

巴奴vue2常用组件库

安装

  • npm
npm i @bnfe/admin-design
  • yarn
yarn add @bnfe/admin-design
  • pnpm
pnpm add @bnfe/admin-design

引入

本组件依赖于element-ui

import Vue from 'vue'
import App from './App.vue'
import adminDesign from '@bnfe/admin-design';
import '@bnfe/admin-design/dist/style.css';
Vue.use(adminDesign);

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

Package Sidebar

Install

npm i @bnfe/admin-design

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

252 kB

Total Files

54

Last publish

Collaborators

  • wuyupei
  • topb25
  • dujunhui15
  • whh2828
  • zyh941109