UNPKG
vue2-webpack5-pack
Version:
latest (1.0.0)
1.0.0
开箱即用的 vue2 + Webpack5 项目模板
github.com/Cole-yu/vue2-webpack5-pack
Cole-yu/vue2-webpack5-pack
vue2-webpack5-pack
/
src
/
styles
/
public.less
9 lines
•
186 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
html
,
body
{
width
:
100%
;
height
:
100%
; }
body
{
font-family
: Arial,
"San Francisco"
, Helvetica,
"SimHei"
,
"SimSun"
, sans-serif;
color
:
#333
;
font-size
:
0.24rem
; }