Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmnouira/og-website
Elevate your Trading with OGREEN: Power, Performance, and Efficiency.
https://github.com/ahmnouira/og-website
nuxt nuxt3 vercel vite vue
Last synced: 7 days ago
JSON representation
Elevate your Trading with OGREEN: Power, Performance, and Efficiency.
- Host: GitHub
- URL: https://github.com/ahmnouira/og-website
- Owner: ahmnouira
- Created: 2024-03-03T11:59:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T14:27:19.000Z (8 months ago)
- Last Synced: 2024-05-21T03:03:44.748Z (6 months ago)
- Topics: nuxt, nuxt3, vercel, vite, vue
- Language: Vue
- Homepage: https://og-website-five.vercel.app/
- Size: 560 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install# bun
bun install
```## 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
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview# bun
bun run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.