# vue-mini_vuex **Repository Path**: superlbr/vue-mini_vuex ## Basic Information - **Project Name**: vue-mini_vuex - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-24 - **Last Updated**: 2021-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-mini_vuex ## 依赖安装 ```bash yarn install ``` ## 本地开发 ```bash yarn start ``` ## 代码检查 ```bash yarn lint:script yarn lint:style ``` ## 代码检查及修复 ```bash yarn lint:script --fix yarn lint:style --fix ``` ## 类型检查 ```bash yarn type ``` ## 测试 ```bash yarn test ``` ## 生产构建 ```bash yarn build ```