You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

720 B

git config --global http.sslVerify false

Path Intellisense

想要稳定运行本项目,node版本应为v10.24.1

编译代码时会遇到js内存溢出,在package文件中运行fix-memory-limit命令

编译代码时可能会遇到js内存溢出,在package文件中运行fix-memory-limit命令即可

若在下载依赖包时,node-scss持续报错无法下载,运行以下命令即可

npm config set sass_binary_site="https://cdn.npmmirror.com/binaries/node-sass

2024-8-12 代码编译引擎更新,以上内容全部作废

由webpack编译改为vite编译,效率大幅提升

想要稳定运行本项目,node版本不得低于18