- 博客(3)
- 收藏
- 关注
原创 yarn的使用
yarn的使用安装npm install -g yarn //要先装nodeyarn配置yarn -v查看yarn的版本yarn config list查看配置列表设置淘宝服务器下载地址yarn config set registry https://registry.npm.taobao.orgnpm root -g查看全局安装位置目录yarn global dir查看全局安装位置目录安装脚手架//react//全
2022-04-10 13:36:28
253
原创 CSS
这里写目录标题CSS(Cascading Style Sheets)引入css样式表css特性css选择器css样式属性CSS(Cascading Style Sheets)引入css样式表内部样式表<head><style type="text/CSS"> 选择器 {属性1:属性值1; 属性2:属性值2; 属性3:属性值3;}</style></head> 行内样式表<标签名 style="属性1:属性值1; 属
2021-03-10 21:07:51
1030
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅