This is the repo for my personal website jump-started using Nuxtwind Daisy starter template.
You can preview your build by running the nuxt start
command.
# Preview your build
$ nuxt start
You can choose to build it using the defaul strategy which is SSR, but you also have the option to generate static files so you can just upload your work in any static hosting service. The sample site of this repo is hosted in Vercel.
# Build for production using SSR
$ nuxt build
# Build for production and generate static files
$ nuxt generate