1.0.10 • Published 3 years ago

smarty-ui-block v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Features

前端工程化演示项目。

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

Install

npm i smarty-ui-block

Quick Start

import Vue from 'vue';
import SmartyUI from 'element-ui';

const App = {
	template: `
                <MyButton/>
            `,
};

createApp(App).use(SmartyUI).mount('#app');
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0-e074284

3 years ago