Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaoxfly/yaoxfly-flexible
本项目基于手淘的 flexible 库,本人对其源码进行了修改,可支持在 pc 端使用 rem
https://github.com/yaoxfly/yaoxfly-flexible
Last synced: 6 days ago
JSON representation
本项目基于手淘的 flexible 库,本人对其源码进行了修改,可支持在 pc 端使用 rem
- Host: GitHub
- URL: https://github.com/yaoxfly/yaoxfly-flexible
- Owner: yaoxfly
- Created: 2020-03-01T03:48:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:26:36.000Z (about 2 years ago)
- Last Synced: 2024-04-26T09:46:39.621Z (8 months ago)
- Language: JavaScript
- Size: 2.24 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yaoxfly-flexible
#### 介绍
本项目基于手淘的 flexible 库,本人对其源码进行了修改,可支持在 pc 端使用 rem
#### 安装教程
```
npm i yaoxfly-flexible```
#### 使用说明
在 main.js 直接引入
```js
import "yaoxfly-flexible";
```