mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 15:04:23 +01:00
fecf99081032caf5f01cb01d39897d917221f4f3
- Removed unnecessary comments from nuxt.config.ts for better readability. - Upgraded @nuxt/eslint from ^1.4.1 to 1.10.0. - Updated nuxt from ^3.17.5 to 4.2.1 and vue from ^3.5.16 to 3.5.24. - Updated vue-router from ^4.5.1 to 4.6.3. - Updated devDependencies: - @nuxt/eslint-config from ^1.4.1 to 1.10.0. - eslint from ^9.29.0 to 9.39.1. - typescript from ^5.8.3 to 5.9.3. - vue-tsc from ^2.2.10 to 3.1.3. - wrangler from ^4.20.1 to 4.47.0.
Hello Edge
A minimal Nuxt starter deployed on the Edge using NuxtHub.
Features
- Server-Side rendering on Cloudflare Workers
- ESLint setup
- Ready to add a database, blob and KV storage
- One click deploy on 275+ locations for free
Setup
Make sure to install the dependencies with pnpm:
pnpm install
You can update the main text displayed by creating a .env:
NUXT_PUBLIC_HELLO_TEXT="Hello my world!"
Development Server
Start the development server on http://localhost:3000:
pnpm dev
Production
Build the application for production:
pnpm build
Deploy
Deploy the application on the Edge with NuxtHub on your Cloudflare account:
npx nuxthub deploy
Then checkout your server logs, analaytics and more in the NuxtHub Admin.
You can also deploy using Cloudflare Pages CI.
Description
Languages
TypeScript
71%
Vue
28.4%
JavaScript
0.4%
CSS
0.2%