@xqart/xq-ui

0.0.2 • Public • Published

xq-ui

一个 vue3 的中后台组件库。

使用

npm install @xqart/xq-ui

// main.ts
import { createApp } from "vue";
import App from "./App.vue";

import XqUI from "@xqart/xq-ui";
import "@xqart/xq-ui/dist/lib/xq-ui.css";

const app = createApp(App);

app.use(XqUI);
app.mount("#app");

开发

更新官网

pnpm run site

更新组件库

pnpm run lib
npm login --registry https://registry.npmjs.org
npm publish --registry https://registry.npmjs.org

Readme

Keywords

none

Package Sidebar

Install

npm i @xqart/xq-ui

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

25.3 kB

Total Files

5

Last publish

Collaborators

  • xqart