# 第一个vuex的应用 **Repository Path**: grade18_compute_application_class4/my-first-vuex-application ## Basic Information - **Project Name**: 第一个vuex的应用 - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 15 - **Created**: 2020-07-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 第一个vuex的应用 #### 介绍 1. 新建一个vue项目,并安装vuex包,全局使用vuex; 2. 练习在main.js中使用vuex(store、state、全局注入store等);