1 Star 4 Fork 0

李金文/vue-next学习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
李金文 提交于 2019-12-08 11:17 . first commit
{
"name": "vue",
"version": "3.0.0-alpha.1",
"description": "vue",
"main": "index.js",
"module": "dist/vue.esm-bundler.js",
"files": [
"index.js",
"dist"
],
"types": "dist/vue.d.ts",
"unpkg": "dist/vue.global.js",
"buildOptions": {
"name": "Vue",
"formats": ["esm", "cjs", "global", "esm-browser"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue/issues"
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue#readme",
"dependencies": {
"@vue/compiler-dom": "3.0.0-alpha.1",
"@vue/runtime-dom": "3.0.0-alpha.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kennana/vue_next_learning.git
git@gitee.com:kennana/vue_next_learning.git
kennana
vue_next_learning
vue-next学习
master

搜索帮助