Skip to content

Commit 7567cb0

Browse files
committed
doc
1 parent 2bd655e commit 7567cb0

File tree

3 files changed

+38
-5
lines changed

3 files changed

+38
-5
lines changed

docs/en/readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,15 @@ If you like deprecaed [vue-class-component](https://github.com/vuejs/vue-class-c
1717

1818
Suggestion and contribution welcome.
1919

20-
[Get started > ](/en/quick-start/quick-start.md)
20+
[Get started > ](/en/quick-start/quick-start.md)
21+
22+
# !!!HELP!!!
23+
24+
Due to my poor english skils.😂 I wish someone can help me to improve the english document. If you want to do this, follow the steps to serve document local:
25+
26+
1. **Clone this repo
27+
3. cd repo/docs
28+
4. npm install -g http-server
29+
5. http-server
30+
31+
Then you could access the document from the url which shown in your terminal. Change the files in directory `en` and PR. Thank you very much:)

docs/readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,15 @@ If you like deprecaed [vue-class-component](https://github.com/vuejs/vue-class-c
1717

1818
Suggestion and contribution welcome.
1919

20-
[Get started > ](/en/quick-start/quick-start.md)
20+
[Get started > ](/en/quick-start/quick-start.md)
21+
22+
# !!!HELP!!!
23+
24+
Due to my poor english skils.😂 I wish someone can help me to improve the english document. If you want to do this, follow the steps to serve document local:
25+
26+
1. **Clone this repo
27+
3. cd repo/docs
28+
4. npm install -g http-server
29+
5. http-server
30+
31+
Then you could access the document from the url which shown in your terminal. Change the files in directory `en` and PR. Thank you very much:)

readme.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,22 @@ Designed for vue 3, do the same work like [vue-class-component](https://github.c
77
* Community desired vue class component with typescript decorators.
88
* Safety. Transform es class to vue option api according to specifications.
99
* Performance. Once transform on project loading, ready for everywhere.
10-
* Support es class inherit, vue `extends` and vue `mixins`.
10+
* Support ES class inheritance, vue `extends` and vue `mixins`.
1111

1212

13-
Welcome to suggest and contribute. Message me on github.
13+
Welcome to suggest and contribute.
1414

1515
# Document
1616

17-
[To document](https://facing-dev.github.io/vue-facing-decorator/#/)
17+
[To document](https://facing-dev.github.io/vue-facing-decorator/#/)
18+
19+
# !!!HELP!!!
20+
21+
Due to my poor english skils.😂 I wish someone can help me to improve the english document. If you want to do this, follow the steps to serve document local:
22+
23+
1. **Clone this repo
24+
3. cd repo/docs
25+
4. npm install -g http-server
26+
5. http-server
27+
28+
Then you could access the document from the url which shown in your terminal. Change the files in directory `en` and PR. Thank you very much:)

0 commit comments

Comments
 (0)