# partner-web **Repository Path**: instoken/partner-web ## Basic Information - **Project Name**: partner-web - **Description**: 合伙人项目 前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-15 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # partner-web ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 项目架构 - src - assets 静态资源 - components 公共组件 - directives 指令 - filters 过滤器 - layout 布局 - mixins 混入 - routers 路由配置 - store vuex - styles css - utils 公共方法 - views 页面