0.1.0 • Published 3 years ago

daylib v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

:cake: 日常开发前端库

repo size LICENSE NPM version npm.io

介绍

日常开发前端库

  • 简单 - 简单易用.
  • 免费 - MIT协议 发布

安装

CDN

<script src="https://cdn.jsdelivr.net/npm/daylib/dist/daylib.min.js"></script>

npm

npm install daylib --save

使用

使用模块管理器

import DayLib from 'daylib';

const daylib = new DayLib();

在页面中使用

    <body>
        <div id="app">
        </div>
        <script src="https://cdn.jsdelivr.net/npm/daylib/dist/daylib.min.js"></script>
        <script>
			var daylib = new DayLib();
			// 发送 get 请求
			daylib.http.get("", function() {
				// ...
			})
        </script>
    </body>

相关项目

鸣谢

Donate

daylib is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.

We accept donations through these channels:

  • 爱发电

Author

daylib © yiyun, Released under the MIT License. Authored and maintained by yiyun with help from contributors (list).

GitHub @yiyungent