Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit a0e9150

Browse files
committed
📝 docs: update README
1 parent 92427cc commit a0e9150

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Vue CLI 3 plugin to pluginize your Vue project
1010
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patreon">
1111
</a>
1212

13+
1314
## :star: Features
1415
Adjust your project generated by Vue CLI 3 to plugin development environment.
1516

@@ -20,6 +21,7 @@ Adjust your project generated by Vue CLI 3 to plugin development environment.
2021
- Provide demonstrate environment for your Vue plugin
2122
- Setup the initial documentation environment with VuePress
2223

24+
2325
## :rocket: Getting Started
2426
If yon don't have a project created with Vue CLI 3:
2527

@@ -34,9 +36,25 @@ cd vue-your-plugin
3436
vue add p11n
3537
```
3638

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+
3754
## :white_check_mark: TODO
3855
See the [GitHub projects](https://github.com/kazupon/vue-cli-plugin-p11n/projects/1)
3956

57+
4058
## :copyright: License
4159

4260
[MIT](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)