# init-vue-app **Repository Path**: JavaScirpt/init-vue-app ## Basic Information - **Project Name**: init-vue-app - **Description**: 使用Vue-cli 脚手架 搭建的app基础目录 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-mobile-app > A Vue.js project, > 一个基于Vue框架搭建的基础移动端模版, > css预处理用的是sass, > 使用了 vue init webpack 后添加了: > node-sass / sass-loader / sass-resources-loader > > ## 项目简要 + 配置了常用Vue项目需要取别名的文件夹(register/mixins/pages/config) + 适配方案用的是淘宝Rem适配方案 + 配置了本地开发需要的proxyTable(线上用nginx) ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:10086 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ## 开发约定 + 页面文件夹命名方式以正常驼峰式命名 => productDetails(产品详情) + 组件文件夹命名方式以首字母大写命名 => SlideBox(首页轮播图组件) ## 项目演示 + [音乐webapp](https://music.zzzep.com) + test服务器地址 + demo服务器地址 + 后台接口服务器地址