File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 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
67Plan to design a business framework for WebPlugin plugin development by learning vue3 core knowledge points and project architecture design ideas...
78
89I 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments