# veterans_company

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

## vuex 
https://gitee.com/renmindelaoyishujia/uview-vuex
- console.log("this.abc", this.abc);
- this.$mc.vuex("vuex_user", "测试mcVuex");
- console.log(this.$store.state);

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).