# vue-element **Repository Path**: zhang-guangsheng/vue-element ## Basic Information - **Project Name**: vue-element - **Description**: vue+element+sass(css处理器)+router封装+axios请求api封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-15 - **Last Updated**: 2021-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wd-admin ## 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 外部资源 --css css资源 --style public.scss //全局定义的class样式。 --style variables.scss //统一的颜色,内边距,外边距,圆角 --style themeSet //主题--img 图片资源 -pages 页面文件 -view 视图 -container 主容器 -components 组件 dist 产出入口目录 -utils 工具 -utils navList.js //左侧导航