Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankera/lego
乐高Vue3案例
https://github.com/ankera/lego
Last synced: about 1 month ago
JSON representation
乐高Vue3案例
- Host: GitHub
- URL: https://github.com/ankera/lego
- Owner: Ankera
- Created: 2023-08-24T05:23:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-28T01:54:38.000Z (over 1 year ago)
- Last Synced: 2023-08-28T03:39:32.019Z (over 1 year ago)
- Language: Vue
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 慕课乐高标准模版
## 特性
* 开箱即用
* **typescript**
* Vue3
* 支持 tsx
* eslint
* 简单易用可扩展```
对于图片,创建到内存的可访问src地址
URL.createObjectURL(url)
``````
const img = new Image()
const { naturalWidth: width, naturalHeight: height } = img
```