// Image by Ryan Dahl, Bert Belder, and Bartek Iwańczuk on Deno Land

Integration of the cloud deployment tools CloudBase introduce zhuanlan.zhihu.com/p/159302477 Framework

1. Release logs of the new version

CloudBase Framework 0.9 has been released github.com/TencentClou…

Update log:

New features

  • New Deno plugin for one-click Deno application deployment (#63) @tabspace
  • Added the Framework Run command (#68) @lt5c
  • Added Deno application template (#63) @tabSpace
  • Added Taro application template (#66) @Qinmudi
  • Support automatic detection and deployment of Pagic applications (Deno Static Site Builder)
  • Optimized the Container plug-in deployment error log

Upgrade the latest version to experience new functions of CloudBase Framework ~

Execute at the command line

npm install -g @cloudbase/cli@latest 
Copy the code

Feature Preview 1: One-click Deno application deployment using the Deno plug-in

You can write a CloudBaserc.json configuration file to deploy the Deno application

{
  "envId": "{{envId}}"."framework": {
    "name": "deno-app"."plugins": {
      "deno": {
        "use": "@cloudbase/framework-plugin-deno"."inputs": {}}}}}Copy the code

You can also initialize a brand new denO project by executing the following command

cloudbase init --template deno
Copy the code

Use Framework one-click deployment

cloudbase framework:deploy
Copy the code

Please check out more information

Deno plug-in documentation

Github.com/TencentClou…

Deno sample source code

Github.com/TencentClou…

Feature Preview 2: Quickly create Taro full stack multi-terminal applications

Taro + Cloud functions + static website deployment. You can deploy projects to a cloud development environment based on the CloudBase Framework with one click

Online demo address

Static-176d4a.tcloudbaseapp.com/taro-starte…

Please check out more information

Github.com/TencentClou…

Feature Preview 3: Automatically detect and deploy Pagic applications

Pagic is a static website generator powered by Deno + React. Now you can use the CloudBase Framework to deploy Pagic applications with one click.

In the Pagic project root directory, run the following command to deploy the Pagic application in one click:

cloudbase init --without-template
cloudbase framework:deploy
Copy the code

Feature Preview 4: Added the Framework Run command

You can run customized commands such as development commands to provide consistent development and deployment experience

2. New feature preview

  • The CLI tool supports one-click import of Github application projects from the CLI
  • Support online one-click cloud deployment of GitHub projects
  • New PHP plugin
  • Added the full-link log function
  • Added the configuration file writing intelligent prompt function
  • Add Python plugins
  • Added the Next SSR plug-in and application template

3. Contributors

Two new Contributors, @MirageQL and @Tabspace, add to 17 that already exist and welcome Contributors

Github.com/TencentClou…

4. ⭐ ️ making Star

The current Github Star number is 407. +1 support is welcome

Scan/click the link to open the Github page and click on ⭐️ Star

Github.com/TencentClou…

5. CloudBase Framework Ecology

  • How to quickly build a real-time Todo List application with cloud development: With the real-time push capability of cloud development database and the front and back end integration deployment tool CloudBase Framework, easily build a complete application mp.weixin.qq.com/s/nPat-B22F…

6. Online communication groups

Welcome to join the group to exchange feedback online

Wechat Group (Note name -CBF)

QQ group

7. The small survey

What upgrades or optimizations would you like to see provided by the CloudBase Framework next?