Example of using Cloudflare Workers with:
- Vite
- Vike
- Vue
- HTML streaming
Note
For creating a new Vike app, we recommend using Bati instead of copying this example. Because this example uses a custom Vue integration instead of using vike-vue
which we generally don't recommend.
See vike.dev/cloudflare-workers.
git clone git@github.com:vikejs/vike
cd vike/examples/cloudflare-workers-vue/
npm install
Develop:
For increased development speed, we use Vite's development server instead of a worker.
npm run dev
Preview the worker locally:
You'll need to login/create a Cloudflare account.
npm run preview
Deploy the worker to Cloudflare:
npm run deploy