Socket
Socket
Sign inDemoInstall

goldmorning-ui

Package Overview
Dependencies
21
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    goldmorning-ui


Version published
Weekly downloads
1
decreased by-97.96%
Maintainers
2
Install size
215 kB
Created
Weekly downloads
 

Readme

Source

logo

goldmorning-ui

🔥 文档网站 🌈 GitHub


安装

# 通过 npm 安装
npm i goldmorning-ui -S

# 通过 yarn 安装
yarn add goldmorning-ui

快速上手

import { createApp } from 'vue';
import { Button } from 'goldmorning-ui';

const app = createApp();
app.use(Button);

goldmorning-ui 也支持按需引入、CDN 引入等方式,详细说明见 快速上手.

贡献代码

使用过程中发现任何问题都可以提 Issue 给我们。

浏览器支持

支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。

开源协议

本项目基于 MIT 协议,请自由地享受和参与开源。

FAQs

Last updated on 10 Mar 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc