Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/self-denial-cy/vite-exercise
- Owner: self-denial-cy
- License: mit
- Created: 2023-05-08T10:07:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T08:02:07.000Z (over 1 year ago)
- Last Synced: 2024-11-10T22:14:08.691Z (3 months ago)
- Language: HTML
- Size: 7.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```