Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charleewa/root-font-size
Dynamic set font-size of html attribute on the web
https://github.com/charleewa/root-font-size
mobile rem vant vue
Last synced: about 2 months ago
JSON representation
Dynamic set font-size of html attribute on the web
- Host: GitHub
- URL: https://github.com/charleewa/root-font-size
- Owner: CharleeWa
- Created: 2021-12-03T09:41:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T17:25:44.000Z (about 3 years ago)
- Last Synced: 2024-12-22T19:53:02.824Z (about 2 months ago)
- Topics: mobile, rem, vant, vue
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Introduction
Set type-area for Web Application
## Install
```shell
npm i root-font-size -S
```
## Quickstart```js
// Make sure to start the program before it runs
// 【vue】src/main.js
import 'root-font-size'```
## Links
- base on [postcss-pxtorem](https://github.com/cuth/postcss-pxtorem)
- base on [lib-flexible](https://github.com/amfe/lib-flexible)## Recommend
- use [create-vue-app](https://github.com/CharleeWa/create-vue-app)
## LICENSE
[MIT](https://en.wikipedia.org/wiki/MIT_License)