Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (30 loc) · 508 Bytes

README.md

File metadata and controls

32 lines (30 loc) · 508 Bytes

This repository is archived. Please check out the full meetings tool if you are interested.

meetings-ui

Project setup

npm install

Run storybook

npm run storybook

Run dev server

npm run serve

Run json server

npm run json-server -w data/db.json

Add vue components at

src/compnents

To display components in storybook, add stories at

stories

Lints and fixes files:

npm run lint