# view-ui-web **Repository Path**: www.lyy.com/view-ui-web ## Basic Information - **Project Name**: view-ui-web - **Description**: 基于viewui的web前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # view-ui-project This project is build for Vue.js 2 + vue-router + webpack2 + View UI (iView) 4, just install and run. ## 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 ```