# hrcms_web_V1.2 **Repository Path**: sslAhpp/hrcms_web_V1.2 ## Basic Information - **Project Name**: hrcms_web_V1.2 - **Description**: hecms后端 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 37 - **Created**: 2021-10-11 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # base > 常用命令 ## Build Setup > 注意:请运行时保证 你有管理员权限 ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run all tests npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). ## package.json dependencies 说明 ``` "axios": "^0.18.0", // 网络通信库 "babel-polyfill": "^6.26.0", // 转换新的API,比如Iterator、Generator、Set、Maps、Proxy、Reflect、Symbol、Promise等全局对象 "countup": "^1.8.2", // 数字滚动插件 "html2canvas": "^1.0.0-alpha.12", // 网页转图片 "iview": "^3.0.0", // 基于vue的组件库 "iview-area": "^1.5.17", // 基于vue的城市级联组件 "js-cookie": "^2.2.0", // cookie工具 "lodash": "^4.17.10", // JavaScript 实用工具库 "print-js": "^1.0.47", // web打印控件 "rasterizehtml": "^1.3.0", // Renders HTML into the browser's canvas. "sortablejs": "^1.7.0", // 拖放排序插件 "vue": "^2.5.2", // vue "vue-router": "^3.0.1", // vue路由 "vue-virtual-scroller": "^0.12.0", // 页面平滑滚动插件 "vuex": "^3.0.1" // vue状态控制 "vue-json-editor": "^1.3.2", // vue富文本编辑器 "echarts": "^4.2.0-rc.2", // 百度插件复杂图形数据展示系统 ```