# web-cli **Repository Path**: FE-shiyun/web-cli ## Basic Information - **Project Name**: web-cli - **Description**: vue-cli3的web前端模板项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 技术栈 vue + elementUI + axios ## Project setup ```base # enter the project directory cd productname # install dependency yarn # Compiles and hot-reloads for development yarn dev ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 新项目 ``` crm-live ``` ## 静态资源 ``` /src/assets ``` ## 公共组件 ``` /src/components ``` ## 布局 ``` /src/layout ``` ## router 配置 ``` /src/router ``` ## vuex ``` /src/store ``` ## 公共样式 ``` /src/styles ``` ## 工具函数 ``` /src/utils ``` ## 业务页面 ``` /src/views ``` ## 是否登录权限 ``` /src/permission.js ``` ## webpack 配置 ``` /src/vue.config.js ``` ## 常量配置 ``` /src/config.js ```