Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.12 KB

README.md

File metadata and controls

84 lines (63 loc) · 2.12 KB

Nuxt 3 Starter with DaisyUI

daisyUI Nuxt Pinia icon Tailwind icon
Storybook swiper Vueuse I18n

Look at the nuxt 3 documentation to learn more.

Setup

Install dependency

npm i
yarn

Development Server

Start the development server on http://localhost:3000

yarn dev
npm dev

Production Server

Regular Nuxt with SSR

yarn build
npm build

Prerendered SPA

yarn generate
npm generate