chakAs3 / nuxt-starter-cvzvzg

Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/nuxt-starter-cvzvzg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies using pnpm is recommended :

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

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

pnpm run storybook dev

Production

Build the storybook for production:

pnpm run storybook-static

About

Created with StackBlitz ⚡️

https://stackblitz.com/edit/nuxt-starter-cvzvzg


Languages

Language:MDX 61.7%Language:CSS 17.0%Language:TypeScript 10.8%Language:Vue 10.5%