# seam-ui **Repository Path**: liyongyao/seam-ui ## Basic Information - **Project Name**: seam-ui - **Description**: seam调度系统的ui - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iView-project This project is build for Vue.js 2 + vue-router + webpack2 + iView 2, 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 ```