Forgo TypeScript 模版
使用 TypeScript 模版快速启动 Forgo 项目。本模版集成了 webpack 作为捆绑程序。使用以下步骤开始:
- 通过 degit 克隆本仓库:
npx degit forgojs/forgo-template-typescript#main my-project - 进入项目目录:
cd my-project - 安装依赖项:
npm i - 运行项目:
npm start - 构建项目:
npm run build
文件大小:136.96KB
评论区