https://github.com/wjtools/wjtools-wepy
WePy 小程序项目工具集
https://github.com/wjtools/wjtools-wepy
javascript tools website wepy
Last synced: 4 months ago
JSON representation
WePy 小程序项目工具集
- Host: GitHub
- URL: https://github.com/wjtools/wjtools-wepy
- Owner: wjtools
- License: mit
- Created: 2018-01-23T10:31:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T01:09:19.000Z (over 7 years ago)
- Last Synced: 2025-02-08T04:47:24.739Z (4 months ago)
- Topics: javascript, tools, website, wepy
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wjtools-wepy
WePy 小程序项目工具集
### 开发状态
开发中...
### 安装
```shell
npm install wjtools-wepy --save
```### 使用
```js
import wjs from 'wjtools-wepy'
```#### 按需使用
```js
import {
Cookie,
Storage,
Ajax,
} from 'wjtools'
```### Todo
- 更多通用工具
- 优化自定义配置### License
MIT