Skip to content

edgio-docs/edgio-v7-nuxt-template

Repository files navigation

This is a Nuxt3 project bootstrapped with nuxi and powered by Edgio.You may create a new property using this template from the Edgio Console.

Getting Started

Install Packages

npm install

Local Development Server

npm run edgio:dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.vue. The page auto-updates as you edit the file.

This project features caching and image optimization with Edgio. See routes.js for more details.

Learn More

To learn more about Edgio, take a look at the following resources:

Deploy on Edgio

Deploy this project on Edgio with the following command:

npm run edgio:deploy

Check out our Nuxt3 documentation for more details.


Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published