ycshang-ui-vite
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

基于 Vite 栈的前端工程化实践

Features

ssy-ui-vite

  • 基于 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'

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

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

Quick Start

如果希望尽快上手,可以访问 Getting Started

欢迎提PR

一起加入项目

Readme

Keywords

none

Package Sidebar

Install

npm i ycshang-ui-vite

Weekly Downloads

1

Version

0.4.0

License

ISC

Unpacked Size

115 kB

Total Files

52

Last publish

Collaborators

  • ycshang