/nuxt-template-v3

Nuxt3+ESLint+Prettier+TailwindCSS+daisyUI+Vitest+Storybook template repository

Primary LanguageJavaScript

nuxt-template-v3

Nuxt3+ESLint+Prettier+TailwindCSS+daisyUI+Vitest+Storybook template

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

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

yarn dev

Testing

Test files should be located under src/tests/ and should be named \*.spec.ts

Run the tests:

yarn test

Storybook

Story files should be located under src/components/ and should be named \*.stories.ts; They should be located with the vue file

Run the storybook server on http://localhost:6006

yarn storybook