Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankera/lego

乐高Vue3案例
https://github.com/ankera/lego

Last synced: about 1 month ago
JSON representation

乐高Vue3案例

Awesome Lists containing this project

README

        

# 慕课乐高标准模版

## 特性
* 开箱即用
* **typescript**
* Vue3
* 支持 tsx
* eslint
* 简单易用可扩展

```
对于图片,创建到内存的可访问src地址
URL.createObjectURL(url)
```

```
const img = new Image()
const { naturalWidth: width, naturalHeight: height } = img
```