You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+18
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Vue CLI 3 plugin to pluginize your Vue project
10
10
<imgsrc="https://c5.patreon.com/external/logo/become_a_patron_button.png"alt="Become a Patreon">
11
11
</a>
12
12
13
+
13
14
## :star: Features
14
15
Adjust your project generated by Vue CLI 3 to plugin development environment.
15
16
@@ -20,6 +21,7 @@ Adjust your project generated by Vue CLI 3 to plugin development environment.
20
21
- Provide demonstrate environment for your Vue plugin
21
22
- Setup the initial documentation environment with VuePress
22
23
24
+
23
25
## :rocket: Getting Started
24
26
If yon don't have a project created with Vue CLI 3:
25
27
@@ -34,9 +36,25 @@ cd vue-your-plugin
34
36
vue add p11n
35
37
```
36
38
39
+
## :scroll: Changelog
40
+
41
+
Detailed changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-cli-plugin-p11n/blob/master/CHANGELOG.md).
42
+
43
+
44
+
## :exclamation: Issues
45
+
46
+
Please make sure to read the [Issue Reporting Checklist](https://github.com/kazupon/vue-cli-plugin-p11n/blob/master/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
47
+
48
+
49
+
## :muscle: Contribution
50
+
51
+
Please make sure to read the [Contributing Guide](https://github.com/kazupon/vue-cli-plugin-p11n/blob/master/CONTRIBUTING.md) before making a pull request.
52
+
53
+
37
54
## :white_check_mark: TODO
38
55
See the [GitHub projects](https://github.com/kazupon/vue-cli-plugin-p11n/projects/1)
0 commit comments