picnic-yu / h5-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

配置手淘的lib-flexible.js和rem实现移动端页面自适应

npm install lib-flexible --save

在项目入口文件main.ts中引入lib-flexible

import 'lib-flexible';

About


Languages

Language:CSS 55.5%Language:Vue 22.3%Language:JavaScript 9.2%Language:TypeScript 8.8%Language:HTML 4.3%