# vuex-demo **Repository Path**: alomy/vuex-demo ## Basic Information - **Project Name**: vuex-demo - **Description**: vue2 生态篇 vuex 练习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2022-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2 ## README # vuex-demo ## 介绍 极客时间的 Vue开发实战(生态篇)vuex 练习 ## 启动 - 安装依赖 ``` npm install ``` - 启动运行 ``` npm run serve ```