1.0.0 • Published 2 years ago
pza-ui-vite v1.0.0
pza-ui-vite
基于 Vite 的组件库工程化实战
Features
前端工程化演示项目。
- 基于Vue框架
- 支持JSX与Vue单文件组件
Jest + Vue3 plugins
实现单元测试- Eslint + Prettier + Husky 语法检查
- 采用Vite构建
- Vitepress + Vercel 文档网站搭建
- 基于Action CI 实现持续集成与交付
INSTALL
npm install pza-ui-vite
Quick Start
import Vue from 'vue' import PUI from 'pza-ui-vite'
const App = {
template: <SButton/>
,
};
createApp(App) .use(PUI) .mount("#app");
Browser Support
Modern browsers and Internet Explorer 10+.
LICENSE
Copyright (c) 2023 - present Ziang Pan