Skip to content

Commit 034b8d1

Browse files
committed
Merge branch 'master' of github.com:Hazel-Lin/Vue-thin
2 parents 60c01d7 + e57d670 commit 034b8d1

File tree

7 files changed

+5495
-3698
lines changed

7 files changed

+5495
-3698
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@antfu"
3+
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Vue-lite
1+
# mini-Vue
22

33
通过实现一个 mini-vue 来深入学习 Vue3 的实现原理

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Vue-thin",
2+
"name": "hazel-mini-vue",
33
"version": "1.0.0",
44
"main": "lib/vue-thin.cjs.js",
55
"module": "lib/vue-thin.esm.js",
@@ -11,6 +11,7 @@
1111
"build": "rollup -c rollup.config.js"
1212
},
1313
"devDependencies": {
14+
"@antfu/eslint-config": "^0.39.5",
1415
"@babel/core": "^7.18.5",
1516
"@babel/preset-env": "^7.18.2",
1617
"@babel/preset-typescript": "^7.17.12",

0 commit comments

Comments
 (0)