此项目为 Serverless Framework 在 Fun 环境下的 NodeJs 模板。
使用此模板您可以快速地使用 NodeJs 开发无服务器云函数。
开发环境要求安装 NodeJs。
安装 Serverless Framework :
npm install -g serverless
克隆项目:
git clone https://github.com/dustlight-cn/serverless-fun-nodejs-template.git
在项目根目录执行:
npm install
在根目录创建 .env
文件,内容如下:
FUN_CLIENT_ID=<您的 ClientID>
FUN_CLIENT_SECRET=<您的 ClientSecret>
在项目根目录执行:
npm run dev
打开浏览器,输入地址:
http://localhost:3000/hello
在项目根目录执行:
npm run deploy
打开浏览器,输入地址:
http://<ClientID>.fun.dustlight.cn/hello?xx=xx