{"id":18248188,"url":"https://github.com/serverless-components/tencent-examples","last_synced_at":"2025-04-04T15:32:15.304Z","repository":{"id":37109366,"uuid":"276110427","full_name":"serverless-components/tencent-examples","owner":"serverless-components","description":"Serverless Components Examples for Tencent Cloud.","archived":false,"fork":false,"pushed_at":"2023-02-01T21:16:13.000Z","size":40927,"stargazers_count":26,"open_issues_count":8,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-20T14:56:10.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serverless-components.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-30T13:42:28.000Z","updated_at":"2022-11-01T01:06:54.000Z","dependencies_parsed_at":"2023-02-17T11:15:58.991Z","dependency_job_id":null,"html_url":"https://github.com/serverless-components/tencent-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Ftencent-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Ftencent-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Ftencent-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Ftencent-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverless-components","download_url":"https://codeload.github.com/serverless-components/tencent-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247203033,"owners_count":20900899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T09:36:10.781Z","updated_at":"2025-04-04T15:32:10.288Z","avatar_url":"https://github.com/serverless-components.png","language":"PHP","readme":"![](https://i.v2ex.co/31A64dZd.png)\n\n\u003ch2 align=\"center\"\u003e\n  \u003cb\u003e使用 \u003ca href=\"https://github.com/serverless/serverless\"\u003eserverless\u003c/a\u003e 快速部署各种应用到\u003ca href=\"https://cloud.tencent.com/product/sls\"\u003e腾讯云函数\u003c/a\u003e\u003c/b\u003e\n\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cspan\u003e简体中文\u003c/span\u003e |\n  \u003ca href=\"./README_EN.md\"\u003eEnglish\u003c/a\u003e\n\u003c/p\u003e\n\n## 快速开始\n\n```bash\n# 安装 Serverless 命令行工具\n$ npm install -g serverless\n\n# 🤞 选择模版并部署\n$ serverless\n```\n\n\u003cimg src=\"https://i.v2ex.co/wdyWJYPY.gif\" height=\"350\" align=\"center\"\u003e\n\n\n## 所有模版\n\n| 模版 | 描述 | 用到的组件\n| --- | --- | --- |\n| [website-starter](./website-starter) | 快速部署一个静态网站 | [tencent-website](https://github.com/serverless-components/tencent-website) |\n| [react-starter](./react-starter) | 快速部署一个 React 应用  | [tencent-website](https://github.com/serverless-components/tencent-website) |\n| [vue-starter](./vue-starter) | 快速部署一个 Vue 应用 | [tencent-website](https://github.com/serverless-components/tencent-website) |\n| [express-starter](./express-starter) | 快速部署一个 express 应用 | [tencent-express](https://github.com/serverless-components/tencent-express) |\n| [koa-starter](./koa-starter) | 快速部署一个 koa 应用 |  [tencent-koa](https://github.com/serverless-components/tencent-koa) |\n| [eggjs-starter](./egg-starter) | 快速部署一个 egg.js 应用 | [tencent-egg](https://github.com/serverless-components/tencent-egg) |\n| [nextjs-starter](./nextjs-starter) | 快速部署一个 next.js 应用 | [tencent-nextjs](https://github.com/serverless-components/tencent-nextjs) |\n| [nuxtjs-starter](./nuxtjs-starter) | 快速部署一个 nuxt.js 应用 | [tencent-nuxtjs](https://github.com/serverless-components/tencent-nuxtjs) |\n| [laravel-starter](./laravel-starter) | 快速部署一个 laravel 应用 | [tencent-laravel](https://github.com/serverless-components/tencent-laravel) |\n| [flask-starter](./flask-starter) | 快速部署一个 flask 应用 | [tencent-flask](https://github.com/serverless-components/tencent-flask) |\n| [springboot-starter](./springboot-starter) | 快速部署一个 springboot 应用 | [tencent-springboot](https://github.com/serverless-components/tencent-springboot) |\n| [scf-starter](./scf-starter) | 快速部署一个 [SCF](https://cloud.tencent.com/product/scf) 云函数 | [tencent-scf](https://github.com/serverless-components/tencent-scf) |\n| [scf-nodejs](./scf-nodejs) | 快速部署一个 Nodejs 函数 | [tencent-scf](https://github.com/serverless-components/tencent-scf) |\n| [scf-go](./scf-go) | 快速部署一个 Go 函数 | [tencent-scf](https://github.com/serverless-components/tencent-scf) |\n| [scf-php](./scf-php) | 快速部署一个 PHP 函数 | [tencent-scf](https://github.com/serverless-components/tencent-scf) |\n| [scf-python](./scf-python) | 快速部署一个 Python 函数 | [tencent-scf](https://github.com/serverless-components/tencent-scf) |\n| [fullstack](./fullstack) | 快速部署一个 fullstack 应用 | [tencent-website](https://github.com/serverless-components/tencent-website) \u003cbr\u003e [tencent-express](https://github.com/serverless-components/tencent-express) \u003cbr\u003e [tencent-postgresql](https://github.com/serverless-components/tencent-postgresql) \u003cbr\u003e  [tencent-vpc](https://github.com/serverless-components/tencent-vpc) |\n| [multi-scf-nodejs](./multi-scf-nodejs) | | 部署多事件类型 Nodejs 函数 | [tencent-multi-scf](https://github.com/serverless-components/tencent-multi-scf) |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-components%2Ftencent-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverless-components%2Ftencent-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-components%2Ftencent-examples/lists"}