Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazeyqian/lib
Common front-end library CDN/前端常用库 CDN
https://github.com/mazeyqian/lib
cdn css javascript
Last synced: 16 days ago
JSON representation
Common front-end library CDN/前端常用库 CDN
- Host: GitHub
- URL: https://github.com/mazeyqian/lib
- Owner: mazeyqian
- License: gpl-2.0
- Created: 2022-11-08T04:11:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T02:34:47.000Z (2 months ago)
- Last Synced: 2024-09-08T03:38:08.851Z (2 months ago)
- Topics: cdn, css, javascript
- Language: HTML
- Homepage:
- Size: 4.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lib
## Table of Contents
- [jQuery](#jquery)
- [Bootstrap 3.x](#bootstrap-3x)
- [Vue 2.x](#vue-2x)
- [Vuex](#vuex)
- [Layer](#layer)
- [Swiper](#swiper)
- [Lodash](#lodash)
- [Axios](#axios)
- [vConsole](#vconsole)
- [Font Awesome](#font-awesome)
- [IE 兼容](#ie-兼容)
- [Sha1](#sha1)
- [Mazey](#mazey)
- [Confluence](#confluence)
- [Tiny](#tiny)## Install
```bash
git clone https://github.com/mazeyqian/lib.git
```## jQuery
链接:
- v1.9.1:
- v2.1.1:
- v3.1.1:代码:
```html
```
英文官方文档:
中文非官方文档:
## Bootstrap 3.x
CSS 链接:
JavaScript 链接:
代码:
```html
```
英文官方文档:
中文非官方文档:
## Vue 2.x
链接:
代码:
```html
```
官方文档:
## Vuex
链接:
代码:
```html
```
官方文档:
## Layer
PC 链接:
代码:
```html
```
官方文档:
非官方文档:
---
Mobile 链接:
代码:
```html
```
非官方文档:
## Swiper
CSS 链接:
JavaScript 链接:
代码:
```html
```
官方文档:
## Lodash
链接:
代码:
```html
```
英文官方文档:
中文非官方文档:
## Axios
链接:
代码:
```html
```
官方文档:
## vConsole
JavaScript 链接:
代码:
```html
// VConsole will be exported to `window.VConsole` by default.
if (window.VConsole) {
var vConsole = new window.VConsole();
}```
官方文档:
## Font Awesome
CSS 链接:
代码:
```html
```
官方文档:
## IE 兼容
IE 支持 HTML5:
IE 支持 CSS3:
代码:
```html
```
## Sha1
JavaScript 链接:
代码:
```html
```
官方文档:
## Mazey
JavaScript 链接:
代码:
```html
```
官方文档:
## Confluence
CSS 链接:
JavaScript 链接:
代码:
```html
```
## Tiny
CSS 链接:
JavaScript 链接:
代码:
```html
```
## 附录
本文档地址:
## Deploy
⚠️ Note: The project folders have been cleared, and there is the configuration of Nginx to be compatible with archived assets.
```text
location ~* ^\/cdn\/(jquery-2\.1\.1\.min\.js|bootstrap-3\.4\.1\/js\/bootstrap\.min\.js|vue-2\.6\.12\.min\.js)$ {
try_files $uri /archived-cdn/$1 /lib/all.js;
}
```## Contributing
### Development Environment
| Dependency | Version |
|------------|----------|
| Node.js | v14.21.3 |