Skip to content

ionos-deploy-now/hello-nuxt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Sample for Deploy Now

This is a basic Static Site Generation Nuxt website. You can use it as a starting point for your project or to give Deploy Now a try.

How to deploy it

  1. Sign in or sign up for Deploy Now

  2. Click this button and name your new repo

    Deploy to IONOS

  3. Deploy Now will detect necessary build dependencies and commands. You can adjust them and add environment variables.

Afterwards, Deploy Now will set up a GitHub Actions workflow that will be triggered by every new code commit. Build results are automatically deployed to IONOS infrastructure. Projects go live under a preview URL, but you can replace it with a custom domain anytime.

Helpful links

Deploy Now docs

About Static Sites on Deploy Now

About build configuration

Sign up for Deploy Now

Missing a feature? Create a GitHub issue.

IONOS Deploy Now - made with ❤️ by us in Karlsruhe, Germany

Build Setup

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout 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