chanyoucai / frontend-base

前端基础脚手架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-base

node.js版本推荐使用14.17.0,用以兼容scss

rem 布局

移动端使用 rem 布局,以 iphone6 为例,在 public/index.html 中设置 <html lang="" style="font-size: 2.666667vw;">,相当于 1rem = 10px

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

前端基础脚手架


Languages

Language:Vue 48.4%Language:JavaScript 41.3%Language:HTML 8.3%Language:SCSS 2.0%