Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)