Skip to content

Latest commit

History

History
42 lines (32 loc) 路 528 Bytes

README.md

File metadata and controls

42 lines (32 loc) 路 528 Bytes

VUE 3 BOILERPLATE 馃敟

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Storybook

Compiles and hot-reloads for development

yarn storybook

Compiles and minifies for production

yarn build-storybook