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

@ldesign/desktop-profession-next

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ldesign/desktop-profession-next

基于vue3的桌面端业务组件库

latest
npmnpm
Version
0.3.1
Version published
Weekly downloads
73
4.29%
Maintainers
2
Weekly downloads
 
Created
Source

logo

桌面端业务组件库(vue3)

基于`vue3`的桌面端业务组件库

npm version downloads Gzip Size

🔥 文档网站   🌈 代码仓库

@ldesign/desktop 是基于vue@3开发用于 桌面端 的业务组件库。

特性

  • 用于桌面端系统及网站,统一的接口风格,一致的UI表现

  • 基于 vue3

  • 支持暗黑模式及主题定制,基于less变量和css变量,更换主题方式灵活

  • 支持按需加载,通过esesm模块引入,能最小限度减小项目大小

安装

npm i @ldesign/desktop-profession-next

基本用法

推荐使用 WebpackRollup 等支持 tree-shaking 特性的构建工具,无需额外配置即可实现组件按需引入:

import Vue from 'vue'
import LDesignProfession from '@ldesign/desktop-profession-next';
import '@ldesign/desktop/es/style/index.css';

Vue.use(LDesignProfession)

Keywords

vue

FAQs

Package last updated on 09 May 2023

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