Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trankhacbinhduong/nuxt
https://github.com/trankhacbinhduong/nuxt
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trankhacbinhduong/nuxt
- Owner: trankhacbinhduong
- Created: 2024-10-26T05:16:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:30:18.000Z (3 months ago)
- Last Synced: 2024-11-06T10:46:48.386Z (3 months ago)
- Language: TypeScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt
## Setup
Make sure to install the dependencies with [pnpm](https://pnpm.io/installation#using-corepack):
```bash
pnpm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm dev
```## Production
Build the application for production:
```bash
pnpm 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).