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

ldesign-desktop

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ldesign-desktop

桌面端vue2组件库

unpublished
latest
npmnpm
Version
0.1.5
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ldesign-desktop

桌面端vue2组件库

安装

使用 npm 安装

推荐使用 npm 方式进行开发

npm i ldesign-desktop

浏览器引入

目前可以通过 unpkg.com/ldesign-desktop 获取到最新版本的资源,在页面上引入 js 和 css 文件即可开始使用。

<link rel="stylesheet" href="https://unpkg.com/ldesign-desktop@0.0.1/dist/ldesign.min.css" />
<script src="https://unpkg.com/ldesign-desktop@0.0.1/dist/ldesign.min.js"></script>

基础使用

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

import Vue from 'vue';
import LDesign from 'ldesign-desktop';
// 引入组件库全局样式资源
import 'ldesign-desktop/es/style/index.css';

Vue.use(LDesign);

Keywords

ldesign

FAQs

Package last updated on 01 Jul 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