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 install
Configure wrangler.toml using your Cloudflare credentials
Once configured you're ready to run any of the commands below
Build the source code
npm run build
Serve the client side locally
npm run serve
Preview the service with Wrangler
npm run preview
Deploy for production to Cloudflare Workers
npm run deploy