Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/self-denial-cy/vite-exercise

personal vite exercise
https://github.com/self-denial-cy/vite-exercise

Last synced: 21 days ago
JSON representation

personal vite exercise

Awesome Lists containing this project

README

        

# vite-exercise

## Browserslist 最佳实践集合

```
// 现代浏览器
last 2 versions and since 2018 and > 0.5%
// 兼容低版本 PC 浏览器
IE >= 11, > 0.5%, not dead
// 兼容低版本移动端浏览器
iOS >= 9, Android >= 4.4, last 2 versions, > 0.2%, not dead
```