Skip to content

napster99/full-ui

Repository files navigation

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install @tuya-fe/full-ui -S

Quick Start

import Vue from 'vue';
import Fullui from '@tuya-fe/full-ui';

Vue.use(Fullui);

// or
import {
  Select,
  Button
  // ...
} from '@tuya-fe/full-ui';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);

npm脚本

add:tycomp

添加中后台仓库已经发布的组件

yarn run add:tycomp componentName 组件中文名

Changelog

Detailed changes for each release are documented in the release notes.

Special Thanks

LICENSE

MIT