5 Star 52 Fork 17

wd3322 / vue2-to-composition-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
wd3322 提交于 2023-05-29 15:35 . package
{
"name": "vue2-to-composition-api",
"version": "2.0.0",
"description": "Vue2 Opitons api to Vue 3 Composition api",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"keywords": [
"vue2 opitons api to vue3 composition api",
"vue2 opitons api",
"vue3 composition api",
"vue api conversion",
"to vue3"
],
"homepage": "http://wd3322.gitee.io/to-vue3/",
"repository": {
"type": "git",
"url": "https://github.com/wd3322/vue2-to-composition-api"
},
"author": "wd",
"license": "MIT",
"scripts": {
"clean": "npx rimraf node_modules",
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"core-js": "^3.6.5",
"js-beautify": "^1.14.4"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^5.0.0"
}
}
1
https://gitee.com/wd3322/vue2-to-composition-api.git
git@gitee.com:wd3322/vue2-to-composition-api.git
wd3322
vue2-to-composition-api
vue2-to-composition-api
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891