Ai
1 Star 0 Fork 0

hanxin/fullstack-dapp-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.devcontainer.json 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanxin789 提交于 2022-11-08 20:49 +08:00 . Initial commit
{
"name": "scaffold-eth",
"extensions": [
"dbaeumer.vscode-eslint",
"contractshark.solidity-lang@1.3.0"
],
"forwardPorts": [
3000
],
"hostRequirements": {
"memory": "8gb"
},
"remoteUser": "node",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:16-bullseye",
"containerEnv": {
"REACT_APP_CODESPACES": "true"
},
"onCreateCommand": "yarn install && yarn browserslist --update-db"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fengpangzi_space/fullstack-dapp-template.git
git@gitee.com:fengpangzi_space/fullstack-dapp-template.git
fengpangzi_space
fullstack-dapp-template
fullstack-dapp-template
master

搜索帮助