0.1.0 • Published 8 months ago

ssy-ui-vite1 v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Features

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

Install

npm i ssy-ui-vite1

Quick Start

import Vue from 'vue'
import SSYUI from 'ssy-ui'

const App = {
    template: `
        <SButton color="blue">主要按钮</SButton>
        `,
};

createApp(App)
    .use(SSYUI)
    .mount("#app");
0.1.0

8 months ago