Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 779 Bytes

yarn_commands.md

File metadata and controls

38 lines (31 loc) · 779 Bytes

paediatric_drugs

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit --inspect-brk

vuejs/vue-cli#2590 microsoft/vscode#65087 But also you have to set a debugger statement somewhere in the file. Since this is compiled on the fly, the debugger can't preload the sourcemaps ahead of time. So the debugger statement will give it a brief moment to pause and load sourcemaps.

Customize configuration

See Configuration Reference.