KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
i-love-vue
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ihpcss-gpu-perf
:
Material for the International HPC Summer School course on GPU Performance Analysis
memory-management-
:
Config files for my GitHub profile.
tensorflow.js-course
:
A course to learn to use tensorflow.js with javascript
braintrust-ruby
:
No description available.
O3DView
:
A fast and powerful o3d/bus/sco file viewer.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
i-love-vue
?
Download (.md)
# Hello Edge A minimal [Nuxt](https://nuxt.com) starter deployed on the Edge using [NuxtHub](https://hub.nuxt.com). https://hello.nuxt.dev ## 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: ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` You can update the main text displayed by creating a `.env`: ```bash NUXT_PUBLIC_HELLO_TEXT="Hello my world!" ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev ``` ## Production Build the application for production: ```bash # npm npm run build # pnpm pnpm run build # yarn yarn build # bun bun run build ``` ## Deploy Deploy the application on the Edge with [NuxtHub](https://hub.nuxt.com) on your Cloudflare account: ```bash npx nuxthub deploy ``` Then checkout your server logs, analaytics and more in the [NuxtHub Admin](https://admin.hub.nuxt.com). You can also deploy using [Cloudflare Pages CI](https://hub.nuxt.com/docs/getting-started/deploy#cloudflare-pages-ci).