Skip to content

datsenkoboos/vue-setup

Repository files navigation

Vue Setup

Development

# install dependencies
$ pnpm install

# serve dev server with hot reload
$ pnpm dev

# serve storybook server with hot reload
$ pnpm dev:sb

Build

# install dependencies
$ pnpm install

# build project for production
$ pnpm build

For detailed explanation on how things work, check out the documentation.

Required environment variables

see .env.example