# mhworld **Repository Path**: sweten/mhworld ## Basic Information - **Project Name**: mhworld - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 怪物猎人世界wiki 小程序开发 > A Mpvue project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev n # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). ## 主题色 ``` .dark-primary-color { background: #455A64; } .default-primary-color { background: #607D8B; } .light-primary-color { background: #CFD8DC; } .text-primary-color { color: #FFFFFF; } .accent-color { background: #9E9E9E; } .primary-text-color { color: #212121; } .secondary-text-color { color: #757575; } .divider-color { border-color: #BDBDBD; } ```