2 Star 1 Fork 3

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

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 940 Bytes
Copy Edit Raw Blame History
{
"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"
}
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

Search