Use this template to get started with Nuxt UI quickly.
The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue.
npm create nuxt@latest -- -t github:nuxt-ui-templates/starterMake sure to install the dependencies:
npm installStart the development server on http://localhost:3000:
npm devBuild the application for production:
npm buildLocally preview production build:
npm previewGenerate SSR application for prodction:
npm generateCheck out the deployment documentation for more information.