Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@cloudbase/framework-core
Advanced tools
CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 serverless 应用
🚀 CloudBase Framework 是云开发官方出品的前后端一体化部署工具 🔥
无需改动代码,前后端一键托管部署,基于Serverless架构,加速访问,弹性免运维。
npm install -g @cloudbase/cli@latest
cloudbase init
cloudbase framework deploy
一键部署一个 Vue CLI 创建的 项目
React 全栈应用 快速搭建基于 React 结合TypeScript 开发的应用示例 ,使用云函数, 云数据库, 静态托管云资源 |
Nuxt Spa 应用 快速构建基于 Vue 的 SPA 应用 ,使用云函数, 静态托管云资源 |
Nuxt SSR 应用 快速构建基于 Vue 的 SSR 应用 ,使用云函数, 静态托管云资源 |
Koa 应用 快速构建新一代更轻量 Web 应用框架 ,使用云函数云资源 |
Express 应用 快速构建开放、极简 Web 应用框架 ,使用云函数云资源 |
Nest 应用 快速构建一种渐进式的 Node.js 框架,用于构建高效、可靠、可扩展的服务器端应用 ,使用云函数云资源 |
Egg 应用 快速构建基于 Node.js 和 Koa 的 Egg 企业框架及应用 ,使用云函数云资源 |
Node.js 云函数示例 快速构建 Node.js 服务端应用 ,使用云函数云资源 |
PHP 云函数示例 快速构建灵活、高效的 PHP 应用框架 ,使用云函数云资源 |
Java 云函数示例 快速构建开放、极简 Java 应用框架 ,使用云函数云资源 |
VuePress 网站应用 快速构建基于 VuePress 的网站应用 ,使用静态托管云资源 |
Node.js 云托管 快速构建一个 Node.js 的 Koa 云托管实例 ,使用云托管云资源 |
Aqueduct (Dart Server) 云托管 快速构建一个包含多线程 HTTP 服务器框架的 Aqueduct 云托管实例 ,使用云数据库, 云托管云资源 |
Omi 应用 快速构建一个跨框架的 Omi 应用 ,使用云函数, 静态托管云资源 |
点击进入应用中心查看更多应用
例如一个 Vue 的全栈项目,包含网站前端和云函数
可以在在项目下手动创建一个 cloudbaserc.json
,填写如下配置文件,调用 cloudbase framework deploy
进行部署
或者直接运行 cloudbase
来进行自动检测并部署
{
"envId": "{{envId}}",
"framework": {
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-website",
"inputs": {
"buildCommand": "npm run build",
"outputPath": "dist"
}
},
"server": {
"use": "@cloudbase/framework-plugin-function",
"inputs": {
"functionRootPath": "cloudfunctions",
"functions": [
{
"name": "helloworld",
"config": {
"timeout": 5,
"envVariables": {},
"runtime": "Nodejs10.15",
"memorySize": 128
}
}
]
}
}
}
}
}
更多配置详细参数说明,可以查看配置说明文档,点击查看配置文档
CloudBase Framework 的版本变更日志请参阅 changelog 文件
开源协议文档请参阅 Apache License 2.0
企业微信 🌐 | 腾讯直播 🌐 | 云开发低码平台 🌐 | 心悦俱乐部 🌐 | 健康码 🌐 |
CloudBase CMS 🌐 | Hi头像 🌐 | CloudBase TodoList 🌐 | 校拍 🌐 | Pagic 🌐 |
微信群
|
QQ 群
|
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
感谢您有兴趣成为 CloudBase Framework 社区贡献者!
您可以选择如下的贡献方式:
我们会将您加入 我们的贡献者名单
贡献方式请参考 贡献指南 文档
FAQs
CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 serverless 应用
The npm package @cloudbase/framework-core receives a total of 272 weekly downloads. As such, @cloudbase/framework-core popularity was classified as not popular.
We found that @cloudbase/framework-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.