panqihua
580440ffa1
|
3 years ago | |
---|---|---|
public | 3 years ago | |
src | 3 years ago | |
.cz-config.js | 3 years ago | |
.env | 3 years ago | |
.gitignore | 3 years ago | |
.npmrc | 3 years ago | |
GIT_STANDARD.md | 3 years ago | |
README.md | 3 years ago | |
STANDARD.md | 3 years ago | |
babel.config.js | 3 years ago | |
commit.js | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
vetur.config.js | 3 years ago | |
vue.config.js | 3 years ago |
README.md
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
同步命令(拉取仓库到本地): 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