# iview-demo **Repository Path**: fushanlang_admin_admin/iview-demo ## Basic Information - **Project Name**: iview-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-07-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iView-project 基于Vue2 + iView2.0 + vue-router + webpack2 的物流后台管理系统解决方案. -------------- ## Install ```bush // install dependencies npm install ``` ## Run ### Development ```bush // For the first time, run init to create index.html npm run init npm run dev ``` ### Production(Build) ```bush npm run build ```