future_screen

0.1.5 • Public • Published

FutureScreen UI 前端数据可视化组件库

叶国庆(maxwellye)的本科毕业设计🚀

  • 独自编纂,但未测试,仅供个人学习使用!

安装 FutureScreen

npm install --save futurescreen

使用

全局引入

import FSUI from 'future-screen' ;
import 'future-screen/style/index.css';
Vue.use(FSUI)

按需引入

import {button} from 'future-screen' ;
import 'future-screen/style/index.css';
Vue.use(button)

Readme

Keywords

none

Package Sidebar

Install

npm i future_screen

Weekly Downloads

2

Version

0.1.5

License

none

Unpacked Size

25.9 MB

Total Files

15

Last publish

Collaborators

  • maxwellye