# phper_iview **Repository Path**: beowl/phper_iview ## Basic Information - **Project Name**: phper_iview - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-04 - **Last Updated**: 2021-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iview #### 安装教程 1.克隆资源库 ```shell git clone https://gitee.com/liangcaibing/phper_iview.git ``` 2.安装依赖关系 进入项目根目录,执行: ```shell npm install ``` 或者(前提是你已经安装了cnpm,国内源,速度会更快,推荐这个) ```shell cnpm install ``` 3.运行项目 ```shell npm run serve ``` ##注:以下内容是针对项目上线的,可以先不管 ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ```