使用云开发部署 Vue.js 应用
Vue 是一款流行的 Web 开源框架。
代码示例:https://github.com/TencentCloudBase/cloudbase-templates/tree/master/vue-hello-world
第 1 步:初始化项目
使用 vue-cli 命令行初始化一个项目:
npx vue create vue-hello-world
第 2 步:发布项目
安装并登录 CloudBase Framework,在项目根目录下运行:
cloudbase framework deploy -e <your-env-id>
或点击下方按钮一键部署:
更多内容请参见 CloudBase Framework 文档。