Skip to content

Commit

Permalink
feat(安装): 安装vue、vue-loader和vue-template-compiler三个包
Browse files Browse the repository at this point in the history
  • Loading branch information
licoded committed Nov 18, 2021
1 parent 522f872 commit 641f715
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 1 deletion.
198 changes: 198 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -12,11 +12,14 @@
"license": "ISC",
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"vue": "^2.6.14"
}
}

0 comments on commit 641f715

Please sign in to comment.