1.0.1 • Published 4 years ago

mer-common-comp v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

商品通用组件

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:6666

Build

# build for production environment
npm run build:lib

Advanced

# 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