Skip to content

A template for client-server application using Vue.js and Cloudflare Workers

License

Notifications You must be signed in to change notification settings

oneislandearth/vue-cf-template

Repository files navigation

@oneisland/vue-cf-template

A template for client-server template for Vue.js and Cloudflare Workers

Overview

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

Getting started

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

Commands

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

About

A template for client-server application using Vue.js and Cloudflare Workers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published