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.
-
Sign in or sign up for Deploy Now
-
Click this button and name your new repo
-
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.
About Static Sites on Deploy Now
Missing a feature? Create a GitHub issue.
IONOS Deploy Now - made with ❤️ by us in Karlsruhe, Germany
# 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.