Git Product home page Git Product logo

luoye-tools's Introduction

luoye tools 简介

🏅luoye tools 是一个面向前端开发者的功能函数库,提供一系列实用的工具函数。

请想象一个场景,当一个产品处于一个快速迭代期,处于这个时期的开发者往往是忙于解决业务问题而没有时间去实现一些底层功能。而 luoye tools 诞生的初衷就是为了让开发者们专注于解决业务问题无需考虑底层实现

❓ 问:市面上,像 lodashunderscore 这类优秀且成熟的开源 javascript 工具库很多,那么选择luoye tools的理由是什么呢?

😊 答:luoye toolslodashunderscore 这类 js 工具库定位并不相同。luoye tools 是为了解决实际业务开发中繁琐的底层功能实现而生,是一个直面现实问题场景的功能函数库。而后者是为了拓展语言功能而诞生的一类库,两者并不处于同一个抽象层次。

安装

// 选择一个包管理器进行安装
npm install luoye-tools
// or
yarn add luoye-tools
// or
pnpm add luoye-tools

使用

// 导入
import { copyText } from "luoye-tools"
// 调用功能函数
if (await copyText("这是一条被复制到剪贴板的文本")) {
  alert("复制成功")
} else {
  alert("复制失败")
}

未来展望

luoye tools 背后是一个年轻且有活力的开源团队,我们拥抱且热爱开源,我们追求精益求精。我们坚定信念,且将会长期维护 luoye tools。如果你也认为这是一件有意义的事情,也欢迎你加入我们的团队

luoye-tools's People

Contributors

liliangcs avatar

Stargazers

 avatar  avatar  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.