# gylApp **Repository Path**: sujf/gyl_started ## Basic Information - **Project Name**: gylApp - **Description**: 摸石头过河版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-01-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gylApp_test ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 版本说明 0.0.1 - 用cli构建项目,并对目录做了合理划分,引用vuex,axios,qs等自不必多说,值得一说的是使用postcss-pxtorem来实现移动端的字体大小的自动计算。参考[1](https://juejin.im/post/5bfa9e8de51d452c6061ecaa) 参考[2](https://www.w3cplus.com/mobile/vw-layout-in-vue.html) - 增加i18n插件,实现多语言切换 参考[参考链接](https://blog.csdn.net/qq_40513881/article/details/84142675)