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

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

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
```