1 Star 1 Fork 1

环信 / 环信入门项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
wendingming 提交于 2021-09-14 15:23 . 新手学习环信
{
"name": "p2",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.21.4",
"core-js": "^2.6.5",
"element-ui": "^2.15.6",
"js-cookie": "^3.0.1",
"vue": "^2.6.10",
"vue-axios": "^3.3.6",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-plugin-unit-mocha": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"prettier": "^1.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
},
"rules": {
"generator-star-spacing": "off",
"no-tabs":"off",
"no-unused-vars":"off",
"no-console":"off",
"no-irregular-whitespace":"off",
"no-debugger": "off"
}
}
JavaScript
1
https://gitee.com/huanxin666/huanxin_webim_base.git
git@gitee.com:huanxin666/huanxin_webim_base.git
huanxin666
huanxin_webim_base
环信入门项目
master

搜索帮助