New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lz-design/web-vue

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lz-design/web-vue

Lz Design Vue 2.0: A Vue.js 3 UI Library

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

Lz Design

全面

60多个开箱即用的高质量组件, 可以覆盖绝大部份的业务场景。

主题配置

海量的样式 tokens, 支持全局以及组件级别的主题配置。

TypeScript 友好

所有组件都是用 TypeScript 编写的,所以天然的类型友好。

安装

// npm
npm install @lz-design/web-vue

// yarn
yarn add @lz-design/web-vue

例子

import { createApp } from 'vue'
import LzVue from '@lz-design/web-vue';
import App from './App.vue';
import '@lz-design/web-vue/dist/lz.css';

const app = createApp(App);
app.use(LzVue);
app.mount('#app');

开发

  1. 使用 npm install -g 安装 lernayarn 等基础包。

  2. 使用 yarn install 安装 workspaces 中各个包的依赖(如果遇到 YN0018 错误,可以使用 YARN_CHECKSUM_BEHAVIOR=update yarn 进行安装)。

  3. 使用 npm run init 初始化项目。

参与贡献

贡献之前请先阅读 行为准则贡献指南

License

MIT 协议

Keywords

FAQs

Package last updated on 04 Dec 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc