GithubHelp home page GithubHelp logo

grguang / lugia-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lugia-ysstech/lugia-web

1.0 0.0 0.0 27.8 MB

基于react和lugiad实现的高性能标准前端组件库。

License: Apache License 2.0

JavaScript 95.87% HTML 3.00% CSS 1.14%

lugia-web's Introduction

@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、切换 npm 源到 taobao

# 安装 nrm
npm i nrm -g

# 查看是否安装成功
nrm ls

# 切换源
nrm use taobao

2、设置 @lugia/xxx 走私服源

npm config set @lugia:registry http://192.168.102.79:5001/

# 查看是否设置成功
$ npm config get @lugia:registry
# http://192.168.102.79:5001/

其他

为什么不使用 lugia-scripts test -w

和以前用的 create-react-app 的 jest 的配置不同,以前写的许多测试用例过不了

lugia-web's People

Contributors

cuicuiwang avatar grguang avatar hadesxx avatar hanjingboo avatar itcat99 avatar liangguodong00100 avatar sleepyaries avatar zenjava avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.