0.3.0 • Published 1 year ago

pisces-ui v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Features

前端工程化演示项目。

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

Install

npm i pisces-ui

Quick Start

import Vue from 'vue'
import PiscesUI from 'pisces-ui'

const App = {
    template: `
        <YButton />
    `
}

createApp(App)
    .use(PiscesUI)
    .mount('#app')
0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago