A template for client-server template for Vue.js and Cloudflare Workers
Designed to create and manage client-server Vue.js applications which are served via the Cloudflare Workers platform
Includes custom filepaths for client and server files to make the management of the builds easier and more flexible
Install the required dependencies
npm installConfigure wrangler.toml using your Cloudflare credentials
Once configured you're ready to run any of the commands below
Build the source code
npm run buildServe the client side locally
npm run servePreview the service with Wrangler
npm run previewDeploy for production to Cloudflare Workers
npm run deploy