Create a blazingly fast, zero-trust-authed business internal app in seconds. 🚀
Look at the nuxt 3 documentation to learn more.
- Fill missing fields in
wrangler.toml
- Setup Cloudflare Access rules on your domain
- Install and login on wrangler cli
- Run
wrangler publish
Make sure to install the dependencies:
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.
Lint files.
npm run lint
Fix files.
npm run lintfix
Generate a Cloudflare API token with following permissions:
All accounts - Workers R2 Storage:Edit, Workers Tail:Read, Workers KV Storage:Edit, Workers Scripts:Edit, Account Settings:Read
All zones - Workers Routes:Edit
All users - User Details:Read
Add it to your GitHub repo secrets below the name CF_API_TOKEN
.