Skip to content

Commit 2c3ec58

Browse files
author
lishiwen
committed
added reactive packasge npm
1 parent 3fc789c commit 2c3ec58

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
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)
22

33
# mini-vue
4+
45
> A minimalist Vue3 framework. the original author is [@cuixiaorui](https://github.com/cuixiaorui/mini-vue)
56
67
Plan to design a business framework for WebPlugin plugin development by learning vue3 core knowledge points and project architecture design ideas...
78

89
I am in progress...
910

1011
## Goals
12+
1113
> Objectives??
12-
- [ ] Learn vue3 core knowledge points and project architecture design ideas
14+
15+
- [ ] Learn vue3 core knowledge points and project architecture design ideas
1316
- [ ] Design a business framework for WebPlugin plugin development
1417

1518
## Deployment
19+
1620
- Jenkis: Enabled
1721
- Github-Pages:Enabled

src/reactivity/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "branlice-reactivity",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.ts",
6+
"scripts": {
7+
"test": "jest"
8+
},
9+
"keywords": [
10+
"reactivity",
11+
"reactive",
12+
"reactive-property",
13+
"proxy",
14+
"vue3"
15+
],
16+
"author": {
17+
"name": "Branlice",
18+
"email": "lishiwen@wclound.cn"
19+
},
20+
"license": "MIT"
21+
}

0 commit comments

Comments
 (0)