smarty-admin-ui

0.1.2 • Public • Published

Smarty-Admin-UI

五脏俱全的组件库教学模型

NPM version

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 :

Join Discusion Group

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i smarty-admin-ui

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

11.4 kB

Total Files

10

Last publish

Collaborators

  • josephxia