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.
-
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
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.