Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.8 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.8 KB

Nuxt 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. This project does not require Server Side Rendering.

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

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.