1.0.10 • Published 2 years ago

smarty-ui-block v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.0-e074284

2 years ago