infogo-ui
TypeScript icon, indicating that this package has built-in type declarations

1.3.9 • Public • Published

infogo-ui

在线 demo

安装

yarn 安装方式

yarn add infogo-ui

npm 安装方式

npm install infogo-ui

引入

在 main.js 中写入以下内容:

import Vue from 'vue'; import InFoGoUI from 'infogo-ui'; import 'infogo-ui/lib/theme-chalk/index.css'; import App from './App.vue';

Vue.use(InFoGoUI);

new Vue({ el: '#app', render: h => h(App) });

Readme

Keywords

Package Sidebar

Install

npm i infogo-ui

Weekly Downloads

1

Version

1.3.9

License

MIT

Unpacked Size

8.94 MB

Total Files

999

Last publish

Collaborators

  • gening