Anderson

Results 9 comments of Anderson

same here > It happens when i upgrade vite to the latest version `2.5.6` ![image](https://user-images.githubusercontent.com/20037151/132979283-01f0185e-0d48-47d5-9569-75e7e5d1b952.png)

可能原因是nodejs不认系统代理 而FastGithub是通过反向代理实现的,v2ray不是用nodejs写的所以没有问题

> 终端配一下proxy就可以了。 我在`/etc/profile`里面配的代理: ```bash export http_proxy=http://127.0.0.1:38457 export https_proxy=http://127.0.0.1:38457 ``` 不过这个问题有时候出现,有时候不出现,也有可能是github的问题

The same issue, i use prettier to format the codes. Maybe I have to add a .prettierrc to avoid a line break.

Cause many style don't use css varibles, instead use accurate numbers like ` max-width: 688px;` Sometimes we have to use `!important` to override it,here is my style; ```css :root {...

Currently I'm using unocss cli to generate css files, and a parcel plugin is better.

Now it works well, thank you! > 1. update vite-plugin-monkey version to `4.0.0-alpha.1` in package.json > 2. update field `element-plus` to `element-plus/es` in vite.config.ts > > ```diff > - "element-plus":...

https://github.com/yinxin630/fiora/blob/d741c006c5a0a5b904dec742ac09dbc51bd7860d/packages/config/server.ts#L15-L18 然后按照[node-redis](https://github.com/redis/node-redis)的文档配一下就行了

here is a sample using cdn https://github.com/yzqtpl/element-cdn-sample.git