Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 1.93 KB

README.md

File metadata and controls

90 lines (66 loc) · 1.93 KB

Nuxt 3 Starter with AntDesign

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

Storybook

yarn storybook
npm storybook