Skip to content

Latest commit

 

History

History
92 lines (68 loc) · 2.06 KB

README.md

File metadata and controls

92 lines (68 loc) · 2.06 KB

Nuxt 3 Starter with AntDesign ad Prisma

AntDesign Nuxt Storybook Pinia icon
swiper Vueuse I18n 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

Storybook

yarn storybook
npm storybook