# live_pro_client **Repository Path**: jack-hoo_admin/live_pro_client ## Basic Information - **Project Name**: live_pro_client - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-11 - **Last Updated**: 2020-12-19 ## 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 ``` npm install font-awesome 在main.js里添加 import 'font-awesome/css/font-awesome.css' ## 首次运行没有index.html需要用下面的命令生成 webpack --progress --hide-modules --config webpack.dev.config.js 主要webpack版本为3.6