mer-common-comp
v1.0.1
Published
商品通用组件
Readme
商品通用组件
# install dependency
npm install
# develop
npm run devThis will automatically open http://localhost:6666
Build
# build for production environment
npm run build:libAdvanced
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix