1.0.1 • Published 9 months ago

lego-library v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

lego-library

这是一个低代码项目对应的组件库,该项目采用 Vue 3.2(setup 语法糖)+ Vite + TypeScript + Antd-vue 开发。

使用方式

npm 安装:

npm install lego-library

全局导入:

import LegoLibrary from "lego-library";
import "lego-library/build/style.css";
app.use(LegoLibrary);

按需引入

// 实例
<template>
  <l-text />
</template>

<script setup>
import { LText } from "lego-library";
</script>
1.0.1

9 months ago

1.0.0

9 months ago