https://github.com/medeity/node-vue-moba
https://github.com/medeity/node-vue-moba
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/medeity/node-vue-moba
- Owner: MeDeity
- Created: 2020-03-16T13:50:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:42:16.000Z (over 3 years ago)
- Last Synced: 2023-03-04T06:33:13.138Z (over 3 years ago)
- Language: Vue
- Size: 6.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### TODO
1. nodemon 是什么,有什么作用
2.el-select v-model 要另外写,要不然选择后无法绑定到选择框上
```
```
### 第三方插件
1. vue2-editor 富文本插件
### 关于mongodb的使用(阿里云)
阿里云需要开放安全组及开放端口
1、开放端口
firewall-cmd --zone=public --add-port=27017/tcp --permanent # 开放27017端口
firewall-cmd --zone=public --remove-port=27017/tcp --permanent #关闭27017端口
firewall-cmd --reload # 配置立即生效
2、查看防火墙所有开放的端口
firewall-cmd --zone=public --list-ports
### 使用inflection
使用inflection组件库解决类名复数的转换
```
npm i inflection
```