hmg_tudy-ssy-ui-vite
v1.1.0
Published
<p align="center"> <img src = "https://cdn.vuetifyjs.com/docs/images/brand-kit/v-logo.png" style="width:200px;"/> </p> <h1 align="center">SSY-UI-VITE</h1> <p align="center"> 基于 Vite 栈的前端工程化实践 </p> <p align="center"> <img src="https://img.shields.io/gith
Downloads
64
Readme
Features
- 基于 Vue 框架
- 支持 JSX与 Vue 单文件组件
- Jest + Vue3 plugins实现单元测试
- Eslint + Prettier + Husky 语法检查
- 采用 Rollup 构建
- Vitepress + Vercel 文档网站搭建
- 基于Action CI 实现持续集成与交付
Install
npm i ssy-ui-vite
Quick Start
import Vue from 'vue'
import SSYUI from 'ssy-ui-vite'
const App = { template: `
<SButton color="blue">
主要按钮
</SButton>
`, };
createApp(App)
.use(SSYUI)
.mount("#app");
Browser Support
支持大多数现代浏览器和 IE10+
Join Us
如果希望尽快上手,可以访问Getting Started