# uniapp-cli-config **Repository Path**: qinyaoyc/uniapp-cli-config ## Basic Information - **Project Name**: uniapp-cli-config - **Description**: uniapp脚手架方式开发 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-06-02 - **Last Updated**: 2021-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uview-uni ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn dev:<类型> ``` ### Compiles and minifies for production ``` yarn build ``` ###目录结构 ``` |-src |---common 公共方法 | |-----api 请求统一存放位置 | |-----request 请求方法封装 | |---components 全局公用组件 |---pages 页面 |---pluign 插件(可选) |---static 静态资源文件 |---store Vuex(可选) | |-----modules vuex模块 | |-----index.js 导出vuex | |---style 全局css文件 | |-----index.less 统一导出 | |-----variable.less 变量 | |---App.vue |---main.js 入口文件 |...... 其他文件参考uniapp官方文档或自行百度 ``` ``` See [Configuration Reference](https://cli.vuejs.org/config/). ```