# MotaClientView-master **Repository Path**: ikkkp/MotaClientView-master ## Basic Information - **Project Name**: MotaClientView-master - **Description**: MotaClientView,免费自助打印系统前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-03-23 - **Last Updated**: 2025-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mota Client View 3.0.1 This project is build on Vue.js 2 + vue-router + webpack2 + View UI (iView) 4, just install and run. Mota Self-service Printing Device Control Client. ## 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 ```