Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 364 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 364 Bytes

mz-datav-libs-dev

Project setup

npm install

listen to changes for develop

npm run dev

Compiles and minifies for debug

npm run build for debug

Compiles and minifies for production

npm run build:prod

npm link with local lib

To make it available as a local node_module to be used for project.

npm link