diff --git a/README.md b/README.md index 55c47d291c..b607961d72 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
-
+
@@ -52,6 +52,36 @@ Thank you to all the people who already contributed to VuePress!

+## Contributors
+
+### Code Contributors
+
+This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
+
+
+### Financial Contributors
+
+Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/vuepress/contribute)]
+
+#### Individuals
+
+
+
+#### Organizations
+
+Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/vuepress/contribute)]
+
+
+
+
+
+
+
+
+
+
+
+
## License
[MIT](https://github.com/vuejs/vuepress/blob/master/LICENSE)
diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json
index 80def06d76..8885dbde7a 100644
--- a/packages/vuepress/package.json
+++ b/packages/vuepress/package.json
@@ -8,6 +8,9 @@
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/vuepress"
},
+ "scripts": {
+ "postinstall": "opencollective-postinstall || true"
+ },
"keywords": [
"documentation",
"vue",
@@ -32,7 +35,12 @@
"@vuepress/core": "^1.0.2",
"@vuepress/theme-default": "^1.0.2",
"cac": "^6.3.9",
- "envinfo": "^7.2.0"
+ "envinfo": "^7.2.0",
+ "opencollective-postinstall": "^2.0.2"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/vuepress"
},
"engines": {
"node": ">=8.6"