hxinson-report
v1.0.5
Published
## Project setup ``` npm install ```
Readme
xreport
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
###编译 npx rollup -c npx rollup -w -c
npm publish ###调试链接 npm link publish ###在主项目中 npm link hxinson-report npm unlink hxinson-report
npm config set registry https://registry.npmmirror.com npm config set registry https://registry.npmjs.org
