# vue_base_learn **Repository Path**: lennywang/base_learn ## Basic Information - **Project Name**: vue_base_learn - **Description**: 【课程来源】小滴课堂 【课程名称】全新elementUI项目实战教程Vue整合Echarts后台权限 【知识点】VUE组件间传值、VUE-ROUTER、VUEX - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-17 - **Last Updated**: 2024-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # base_learn ## Project setup ``` pnpm install ``` ### Compiles and hot-reloads for development ``` pnpm run serve ``` ### Compiles and minifies for production ``` pnpm run build ``` ### Lints and fixes files ``` pnpm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 【课程来源】小滴课堂 【课程名称】全新elementUI项目实战教程Vue整合Echarts后台权限 【知识点】VUE组件间传值、VUE-ROUTER、VUEX 问题汇总: 在 vue eslint 报错 error “Component name “*****“ should always be multi-word”,该怎么办? 原文链接:https://blog.csdn.net/qq_57587705/article/details/124674660 Vue3 getters打印结果是Proxy对象,怎么获取其中的值? https://www.cnblogs.com/ada66/p/15204251.html