You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
crm-project/README.md

69 lines
1.6 KiB

<!--
* @Descripttion:
* @version:
* @Author: Lone
* @Date: 2021-09-23 19:15:56
* @LastEditors: Lone
* @LastEditTime: 2021-10-22 20:28:23
-->
# crm-gmail
整和專案
1 npm install vue-router
2 npm install
3 npm install material-design-icons
4 npm install vue-chartkick@0.6.1 chart.js@2.9 --save
5 npm i -S vuedraggable
6 npm install --save @johmun/vue-tags-input
7 npm install --save mockjs
8 npm install @fullcalendar/daygrid @fullcalendar/timegrid @fullcalendar/interaction @fullcalendar/list
npm install --save xlsx
5 git 操作
https://gitee.com/watfe/Public/blob/master/%E3%80%90%E6%95%99%E7%A8%8B%E3%80%91%E5%9C%A8VSCode%E4%B8%AD%E4%BD%BF%E7%94%A8%E7%A0%81%E4%BA%91%E8%BF%9B%E8%A1%8C%E4%BB%A3%E7%A0%81%E7%AE%A1%E7%90%86.md
同步命令(拉取仓库到本地):
git pull origin master
本地修改后同步至Gitee:
git status
git add .
git commit -m "commit 内容"
git push origin master
//note: 富文本组件部分,现在于components下有集成。
//note: 可选择的tinymce的官方组件,vue-tinymce
//note: 文档:http://lpreterite.github.io/vue-tinymce/#/Example https://www.cnblogs.com/wisewrong/p/8985471.html https://github.com/tinymce/tinymce-vue
//note: vue-tags-input http://www.vue-tags-input.com/#/start
VUE_APP_API_SERVICE="http://odata.tn.edu.tw/ebookapi/api"
## 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/).