mv-insight
v1.0.0-alpha17
Published
``` yarn install or npm install ```
Readme
How to setup
yarn install
or
npm installHow to Develop
npm run dev
or
yarn devHow to build library
- Change version
- Run command
yarn build
or
npm run build- Publish with command
yarn publish
or
npm publish