1 Star 1 Fork 0

SamuelSue / vue原理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 339 Bytes
一键复制 编辑 原始数据 按行查看 历史
SamuelSue 提交于 2021-10-31 01:26 . feat: VNode生成
{
"name": "dive-to-vue",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"vite": "^2.6.4",
"vite-plugin-vue2": "^1.9.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"snabbdom": "^3.1.0",
"vue": "^2.6.14"
}
}
JavaScript
1
https://gitee.com/samuelsue/dive-into-vue.git
git@gitee.com:samuelsue/dive-into-vue.git
samuelsue
dive-into-vue
vue原理
master

搜索帮助