@manzhixing/vue3xy
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@manzhixing/vue3xy

Vue3 组件库

Install

npm install @manzhixing/vue3xy
# OR
yarn add @manzhixing/vue3xy

安装主题包

npm install @manzhixing/themes
# OR
yarn add @manzhixing/themes

Usage

全量引入

// 全量引入
import { createApp } from "vue";
import vue3xy from "@manzhixing/vue3xy";
import "@manzhixing/themes";
import App from "./App.vue";

createApp(App).use(vue3xy).mount("#app");

按需引入

import { createApp } from "vue";
import { xyButton } from "@manzhixing/vue3xy";
import "@manzhixing/themes/dist/button.css";
import App from "./App.vue";

createApp(App).use(xyButton).mount("#app");

Docs

文档地址

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @manzhixing/vue3xy

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

264 kB

Total Files

6

Last publish

Collaborators

  • botaocheng