# Quner **Repository Path**: Kersen/Quner ## Basic Information - **Project Name**: Quner - **Description**: this is Quner wang project - **Primary Language**: JavaScript - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 去那儿APP项目 > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # 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). # Quner #### 介绍 this is Quner wang project #### 软件架构 1. Webpack-cli搭建项目 2. Vue全家桶(vue+vuex+vue-router) 3. 基于 CSS 的预处理框架stylus 4. axios与后端进行请求数据 5. 使用better-scroll滚动 6. Express搭建后端服务 #### 安装教程 1. cnpm install 2. cnpm install vuex -s 3. cnpm install stylus --save 4. cnpm install stylus-loader --save 5. cnpm install axios -s 6. cnpm install vue-resource -S (解决axios跨域问题) 7. cnpm install better-scroll -S #### 使用说明 1. 项目运行前一定要先下载好安装教程里面的东西 2. axios本人用的是全局路径在config文件中的index.js文件中的proxyTable: {},写入配置 3. 解决axios跨域问题在main.js当中查看 4. 本人所使用的是vue2.9.6版本 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help] 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/] =======