0.0.6 • Published 2 years ago

huayang_oto_vite v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Features

基于vite前端组件库演示项目。

  • 基于Vue3框架
  • 支持JSX与Vue单文件组件
  • Eslint + Prettier + Husky 语法检查
  • Vitepress + Vercel 文档网站搭建
  • 基于Action CI 实现持续集成与交付

安装

pnpm i huayang_oto_vite

使用

import { createApp } from "vue";
import huayangUI from "huayang_oto_vite";
createApp({
	template: `
  <div>
    <hButton icon='search' plain round></hButton>
    <hButton icon='edit' plain round></hButton>
    <hButton icon='check' plain round></hButton>
    <hButton icon='message' plain round></hButton>
    </div>`
})
	.use(huayangUI)
	.mount("#app");
0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.0-996caec

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago