In this example, you will use Cloud Native Build to package the "vue-cos-demo" project, build it and upload the artifacts to COS (Tencent Cloud Object Storage).
# vue_cos_secret.yml
COS_SECRET_ID: xxx
COS_SECRET_KEY: xxx
COS_BUCKET: xxx
COS_REGION: xxx
cnb-init-from https://cnb.cool/examples/ecosystem/vue-cos-demo.git
Click the Fork button in the upper right corner to fork the project to your own repository. Then click the Cloud Native Development button to start remote development.
npm install
npm run dev
curl http://localhost:8000