# gygw **Repository Path**: yuansin/gygw ## Basic Information - **Project Name**: gygw - **Description**: 高亿官网 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 高亿官网 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 1.增加了axios的封装./src/api/new_fil.js是主要的封装逻辑文件,index.js是暂时设置成入口文件,以后还可以扩展成将项目所有接口统一放在index.js文件中 2.public/index.html 顶部新加两个标签,和main.js顶部加上了import "babel-polyfill" 用以兼容IE8