Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
yarn dev
Test files should be located under src/tests/ and should be named \*.spec.ts
Run the tests:
yarn test
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