https://github.com/biyuqi/page-scale-container
Keeping ratio for page using Vue3
https://github.com/biyuqi/page-scale-container
Last synced: 4 months ago
JSON representation
Keeping ratio for page using Vue3
- Host: GitHub
- URL: https://github.com/biyuqi/page-scale-container
- Owner: BiYuqi
- Created: 2021-04-19T13:19:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T01:27:55.000Z (about 5 years ago)
- Last Synced: 2025-01-17T07:44:40.883Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keeping-page-stable
[Repo](https://github.com/BiYuqi/page-scale-container)
## 前言
基于Vue3实现保持页面宽高比(多用于大屏展示场景)
## 使用
组件放在`/components/PageScaleContainer.vue`
## 本地
```sh
yarn install
yarn serve
yarn build
yarn lint
```