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

@lugia/lugia-web

Package Overview
Dependencies
Maintainers
6
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lugia/lugia-web

一套基于 `Lugia Design Language` 的高品质 React 组件,适用于 Web 端

  • 1.2.41
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
525
increased by76.77%
Maintainers
6
Weekly downloads
 
Created
Source

@lugia/lugia-web

一套基于 Lugia Design Language 的高品质 React 组件,适用于 Web 端

文档

开发方式

Fork 工作流

补充:

在 gitlab 中,当中央仓库合并了你的开发分支请求后(Merge Request !X was merged),怎样与中央仓库同步并删除开发分支:

git checkout <本地主分支>
git pull <中央仓库名字> <中央仓库主分支>
git push
git branch -d <本地开发分支>
git push <自己仓库名字> -d <自己仓库开发分支>

查看本地连接到的仓库

git remote -v

在 VSCode 中开发调试

安装新的包

1、安装 yarn

# 安装 yarn
npm install -g yarn

# 查看版本
yarn --version

2 、在项目根目录进行依赖包安装

# 安装依赖包
yarn

启动项目

yarn start

Keywords

FAQs

Package last updated on 28 Apr 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

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