Skip to content

Un2mercey/vue-playground

Repository files navigation

Vue playground

Demo

https://un2mercey.github.io/vue-playground/

The project uses PNPM as a default package manager

Setup

1. Create .env like .env.example

2. Install dependencies

pnpm i --frozen-lockfile

3. Starting the development server

pnpm start

4. Starting the storybook server

pnpm storybook