12 2021 档案

摘要:react的状态组件 react的有state的为状态组件,创建形式为: import React, { Component } from "react"; import './index.css' //有状态的组件 即有state //jsx语句 class Box extends Compone 阅读全文
posted @ 2021-12-07 17:42 阿兰儿 阅读(57) 评论(0) 推荐(0)
摘要:verdaccio搭建私服+pm2守护进程+node+nrm verdaccioi是 sinopia 开源框架的一个fork,sinopia已经没有人维护了所以建议直接使用verdaccio。使用npm全局安装即可。 1、 npm install verdaccio -g 2、测试是否安装成功 ve 阅读全文
posted @ 2021-12-06 14:53 阿兰儿 阅读(482) 评论(0) 推荐(0)
摘要:当图片太多,加载较慢,需要懒加载 才会快一些 阅读全文
posted @ 2021-12-03 16:08 阿兰儿 阅读(47) 评论(0) 推荐(0)