# 抖贴 **Repository Path**: xuqipeter/doutie ## Basic Information - **Project Name**: 抖贴 - **Description**: 用vue框架做移动端,用layuiadmin单页版做后台管理系统。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2018-12-17 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-doutie ## 项目结构 - `src/` 开发文件夹 - `src/api/` API文件夹 - `src/assets/` 资源文件夹 - `src/config/` 项目配置文件 - `src/assets/directive/` vue的自定义指令 - `src/assets/font/` 字体文件 - `src/assets/img/` 图片 - `src/lib/` js方法 - `src/lib/util.js` 与业务相关的js方法 - `src/lib/tool.js` 与业务不相关的js方法 - `src/router` 路由文件夹 - `src/store/` 全局状态管理 - `src/components/` 组件文件夹 - `src/views/` 页面 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).