New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@yhsoft/rapid-design

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yhsoft/rapid-design

Rapid Design 是基于 Vue 3 开发的轻量级 UI 组件库,可用于快速搭建原型、网站或者企业应用。

latest
npmnpm
Version
0.11.2
Version published
Maintainers
1
Created
Source

Rapid Design

一个基于 Vue 3 开发的轻量级、简洁、能够快速上手的开源组件库

✨ 特性

  • 🌈 提炼自企业级中后台产品的交互语言和视觉风格。
  • 📦 开箱即用的轻量级 Vue 3 组件。
  • 🛡 使用 JavaScript 开发,简单自由无拘束。
  • ⚙️ 全链路开发和设计工具体系。
  • 🌍 数十个国际化语言支持。
  • 🎨 深入每个细节的主题定制能力。

兼容环境

  • 现代浏览器
  • 支持服务端渲染。
  • Tauri

安装

npm install @yhsoft/rapid-design
pnpm add @yhsoft/rapid-design
yarn add @yhsoft/rapid-design

用法

打开 main.js 文件

import { createApp } from "vue";
import App from "./App.vue";
import RapidDesign from "@yhsoft/rapid-design";
import "@yhsoft/rapid-design/style.css"; // 引入样式

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

Keywords

rapid design

FAQs

Package last updated on 07 Jun 2024

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