0.1.2 • Published 2 years ago

smarty-admin-ui v0.1.2

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

CI

Features

前端工程化演示项目。

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

Install

npm i smarty-admin-ui

Quick Start

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

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

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

Browser Support

Modern browsers and Internet Explorer 10+.

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

LICENSE

MIT