# elementui-template **Repository Path**: xinye2016/elementui-template ## Basic Information - **Project Name**: elementui-template - **Description**: elementui模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2018-03-14 - **Last Updated**: 2022-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-vue > 使用elementui + vue2.0 + axios + vuex + vue-router构建的Vue项目,在没有后台数据的时候可以使用json-server+mockjs进行模拟 ## Build Setup ``` bash # 安装依赖 npm install # 热加载在本地运行项目 localhost:8080 npm run dev # 打包 npm run build # 启动json-server模拟后台 npm run mock # 将代理换成本地的mock端口进行热重载 npm run dev:mock # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).