# vuex_demo **Repository Path**: dcl-weixin/vuex_demo ## Basic Information - **Project Name**: vuex_demo - **Description**: vuex基本使用-刘龙宾 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-05-31 - **Last Updated**: 2024-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuex_demo 1、安装ant-design-vue npm install ant-design-vue --save 2、安装axios npm install axios --save 3、新建prettierrc.json 4、eslintrc中加入 space-before-function-paren": 0 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).