Skip to content

Commit b704572

Browse files
author
lishiwen
committed
docs: Update Readme.md
1 parent 09eedf7 commit b704572

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
[![OSCS Status](https://www.oscs1024.com/platform/badge/branlice/mini-vue.svg?size=small)](https://www.oscs1024.com/project/branlice/mini-vue?ref=badge_small)
2+
23
# mini-vue
4+
> A minimalist Vue3 framework. the original author is [@cuixiaorui](https://github.com/cuixiaorui/mini-vue)
5+
6+
Plan to design a business framework for WebPlugin plugin development by learning vue3 core knowledge points and project architecture design ideas...
7+
8+
I am in progress...
9+
10+
## Goals
11+
> Objectives??
12+
- [ ] Learn vue3 core knowledge points and project architecture design ideas
13+
- [ ] Design a business framework for WebPlugin plugin development

example/simple/App.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ export const App = {
88
{
99
class: "red",
1010
onClick() {
11-
console.log("click");
12-
},
13-
onMousemove() {
14-
console.log("mousemove");
11+
alert("you clicked on me!");
1512
},
1613
},
1714
this.msg
1815
);
19-
2016
// return h(
2117
// "div",
2218
// {

0 commit comments

Comments
 (0)