GithubHelp home page GithubHelp logo

pangzhihui / dtc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lenosta/dtc

0.0 1.0 0.0 3.01 MB

A useful javascript library

Home Page: https://wuyax.github.io/docs/

License: MIT License

JavaScript 100.00%

dtc's Introduction

DTC(Doraemon's Treasure Chest)

使用

在线文档

dtc在线文档

安装

浏览器环境:

// 完整引入
<script src="dtc.umd.min.js"></script>
// 按需引入
<script src="dtc.util.umd.min.js"></script>

通过 npm:

$ npm install dtc --save

在组件中引入

// 按需引入
import {util} from 'dtc'
// 使用
let arr = [3,4,4,33,4,3,4]
util.unique(arr) // [3,4,33]

// 完整引入
import dtc from 'dtc'
// 使用
let arr = [3,4,4,33,4,3,4]
JEF.util.unique(arr) // [3,4,33]

dtc.util

常用工具包 如:数组,字符串,类型判断,验证等

dtc.vis

可视化组件包,如:3D地图,粒子系统等

dtc.dev

开发者工具包,共开发着在调试项目时使用

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.