hjio

Results 5 comments of hjio

When the number of documents is large,run yarn start is still slow,do you have a plan to support vite?

```js class LazyManClass { constructor(name) { console.log(`Hi I am ${name}`); this.fns = []; setTimeout(() => { this.next(); }, 0); } eat(food) { this.fns.push(() => { console.log(`I am eating ${food}`); this.next();...

```js function add(...arg) { let res = 0; function fn(...arg) { res += arg.reduce((total, v) => total + v, 0); return fn; } fn.toString = function () { return res...

![image](https://user-images.githubusercontent.com/42141272/127131534-073f07e4-dfd3-49c2-9780-5e33bab7637e.png) 如何安装1.3.9?

贴一个debian的解决方案https://blog.csdn.net/weixin_43189735/article/details/104719493