1. 首页
  2. 数据库
  3. 其它
  4. cloud functions typescript template:Google Cloud Functions的TypeScript模板 源码

cloud functions typescript template:Google Cloud Functions的TypeScript模板 源码

上传者: 2021-05-11 16:14:23上传 ZIP文件 35KB 热度 23次
云功能打字稿模板 cloud-functions-typescript-template是使用TypeScript的Google Cloud Functions的基础项目。 此项目从一开始就包含可能经常使用的工具和配置文件(例如,测试工具和Lint)。 如果有推荐的工具和配置文件,请随时提交“拉取请求”或“问题”。 先决条件 已安装npm,tsc,gcloud命令 (alpha)安装 $ npm install google-cloud-functions-typescript $ npx create-project your-directory 在package.json中编辑配置 "config": { "function_name": "Your function name, it must match the name of export function in index.
用户评论