Skip to content

winfredwyw/scalable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalable

scalable,Avoid the Rem, adaptation scheme of decimal details deviation defects such as Vw, make it easy for PC to develop more seamless switch to the mobile Web development。

Theory

Device & Viewport

  • no fixed phone device screen size
  • fixed viewport width by design width
  • scale viewport by device width

detail processing

todo

Usage

import

  • npm

npm i scalable-adapter --save

  • cdn

<script src="***.cdn/scalable-adapter/index.js"></script>

Use

// 以375设计稿适配
window.Adapter.setAdapterDesign({
    width: 375
});

ChangeLog

  • 1.0.0 第一版

  • 1.0.1 逻辑优化,解决已知问题

About

scalable mobile web adaptation solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published