| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 | # vue-admin-templateEnglish | [简体中文](./README-zh.md)> A minimal vue admin template with Element UI & axios & iconfont & permission control & lint**Live demo:** http://panjiachen.github.io/vue-admin-template**The current version is `v4.0+` build on `vue-cli`. If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0), it does not rely on `vue-cli`**## Build Setup```bash# clone the projectgit clone https://github.com/PanJiaChen/vue-admin-template.git# enter the project directorycd vue-admin-template# install dependencynpm install# developnpm run dev```This will automatically open http://localhost:9528## Build```bash# build for test environmentnpm run build:stage# build for production environmentnpm run build:prod```## Advanced```bash# preview the release environment effectnpm run preview# preview the release environment effect + static resource analysisnpm run preview -- --report# code format checknpm run lint# code format check and auto fixnpm run lint -- --fix```Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information## Demo## ExtraIf you want router permission && generate menu by user roles , you can use this branch [permission-control](https://github.com/PanJiaChen/vue-admin-template/tree/permission-control)For `typescript` version, you can use [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (Credits: [@Armour](https://github.com/Armour))## Related Project[vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)[electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)[vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template)## Browsers supportModern browsers and Internet Explorer 10+.| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari || --------- | --------- | --------- | --------- || IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions## License[MIT](https://github.com/PanJiaChen/vue-admin-template/blob/master/LICENSE) license.Copyright (c) 2017-present PanJiaChen1.	统计分析			  statisticalAnalysis1-1.实时监控		    realTimeMonitoring1-2.过程分析		    processAnalysis1-3.误差分析		    errorAnalysis1-4.用料分析		    materialAnalysis1-5.价格分析		    priceAnalysis1-6.效率分析		    efficiencyAnalysis1-7.效率统计		    efficiencyStatistics2.  统计图表      statisticalChart2-1.配方统计      formulaStatistics2-2.栏舍统计      shedStatistics3.  配方计划      formulationPlan3-1.配方模板      recipeTemplate3-2.栏舍配方      dhedFormula3-3.预混计划      premixedPlan3-4.发料计划      materialIssuancePlan3-5.剩料计划      surplusMaterialPlan3-6.日执行计划    dailyExecutionPlan4.栏舍生产        shedProduction4-1.栏舍生产性能  performance4-2.栏舍剩料记录  materialRemainingRecord4-3.配方干物质    formulaDryMatter4-4.配方价格      formulaPrice4-5.宾州筛        pennsylvaniaSieve4-6.粪便筛        fecalScreen4-7.粪便评分      dungScores4-8.体况评分      physicalConditionScore5.库存管理        inventoryManagement5-1.入库管理      warehousing5-2.系统用量      systemConsumption5-3.人工用量      laborConsumption5-4.盘点单        inventoryList5-5.库存预警      warning5-6.库存统计      statistics6.基础数据        basicData6-1.驾驶员        driver6-2.TMR设备       equipmentTMR6-3.铲车管理      forkliftManagement6-4.牲畜类别      livestockCategory6-5.舍组栏      	 groupColumn6-6.饲料分类      feedClassification6-7.饲料表        feedTable6-8.标准参数      standardParameters6-9.默认参数配置  defaultParameter7.系统管理        	systemManagement7-1.集团信息		 	groupInformation7-2.牧场信息		 	ranchInformation7-3.角色管理			role7-4.用户管理			user7-5.操作日志(审计)	operation 
 |