🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

smarty-admin-ui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smarty-admin-ui

latest
npmnpm
Version
0.1.2
Version published
Weekly downloads
7
75%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 16 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts