2 Star 1 Fork 3

白书科技/thinkphp5与vuejs结合的代码

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xiaoteng 提交于 2018-11-04 13:26 +08:00 . 小滕的《Thinkphp5与Vuejs完美结合课程》
{
"name": "tp5",
"version": "1.0.0",
"description": "thinkphp5 and vuejs application.",
"dependencies": {
"element-ui": "^2.4.9",
"mavon-editor": "^2.6.17",
"vue": "^2.5.17"
},
"devDependencies": {
"bootstrap": "^4.1.3",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"dev": "webpack --config webpack.config.js --mode=development",
"prod": "webpack --config webpack.config.js --mode=production",
"serve": "webpack --config webpack.config.js --mode=development --watch"
},
"keywords": [
"thinkphp5",
"vuejs"
],
"author": "xiaoteng",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/myteng/thinkphp5_and_vuejs_code.git
git@gitee.com:myteng/thinkphp5_and_vuejs_code.git
myteng
thinkphp5_and_vuejs_code
thinkphp5与vuejs结合的代码
master

搜索帮助