vue-comment-grid
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "vue-comment-grid", | ||
"description": "💬 Responsive Vue.js comment system plugin that built with CSS Grid and Firebase REST API + Authentication.", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"author": "Tugay Yaldız <tugay_yaldiz@hotmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -8,2 +8,4 @@ # Vue.js Comment Grid | ||
- [Downloading Plugin](#downloading-plugin) | ||
- [Dependencies](#dependencies) | ||
- [Include Plugin](#include-plugin) | ||
- [Creating Firebase Project](#creating-firebase-project) | ||
@@ -29,3 +31,3 @@ - [Setting Up Sign-In Method](#setting-up-sign-in-method) | ||
Basically you can just create [Firebase Project](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database.md) and pass [database URL](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/get-base-url-api-key.md), [API Key](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/get-base-url-api-key.md) and [node name](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database-node-name.md) you created in database as component props and set database rules to [this.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/database-rules.md) Thats all. | ||
Basically you can just create [Firebase Project](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database.md), [enable Email/Password sign-in method](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/set-sign-methods.md) and pass [database URL](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/get-base-url-api-key.md), [API Key](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/get-base-url-api-key.md) and [node name](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database-node-name.md) you created in database as component props and set database rules to [this.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/database-rules.md) Thats all. | ||
@@ -39,3 +41,9 @@ ## Installation | ||
``` | ||
#### Dependencies | ||
- Axios - For HTTP requests. | ||
> If you already use Axios in your project then no dependencies at all. 🤗 | ||
#### Include Plugin | ||
Include plugin in your `main.js` file. | ||
@@ -42,0 +50,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
242749
2803
165