jquerylistadecompras 3.0.7 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,10 +3,38 @@
|
|
|
3
3
|
jQuery plugin of the Lista de Compras platform
|
|
4
4
|
|
|
5
5
|
[](https://ci.appveyor.com/project/guibranco/jquery-listadecompras/branch/master)
|
|
6
|
-
[](https://wakatime.com/badge/github/InovacaoMediaBrasil/jQuery.ListaDeCompras)
|
|
7
|
+
[](https://wakatime.com/badge/github/InovacaoMediaBrasil/jQuery.ListaDeCompras)
|
|
8
|
+
[](https://wakatime.com/badge/github/InovacaoMediaBrasil/jQuery.ListaDeCompras)
|
|
9
|
+
|
|
10
|
+
## NPM - Node Package Manager
|
|
11
|
+
|
|
12
|
+
[](https://www.npmjs.com/package/jquerylistadecompras)
|
|
13
|
+
[](https://www.npmjs.com/package/jquerylistadecompras)
|
|
14
|
+
|
|
15
|
+
Este repositório está disponível no NPM com o nome [jquerylistadecompras](https://www.npmjs.com/package/jquerylistadecompras).
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
|
|
19
|
+
npm i jquerylistadecompras
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## NuGet - Package Manager for .NET
|
|
24
|
+
|
|
25
|
+
[](https://www.nuget.org/packages/jquery.listadecompras/)
|
|
26
|
+
[](https://www.nuget.org/packages/BancosBjquery.listadecomprasrasileiros/)
|
|
27
|
+
|
|
28
|
+
Este repositório está disponível no NPM com o nome [jquery.listadecompras](https://www.nuget.org/packages/jquery.listadecompras/).
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
|
|
32
|
+
dotnet add package jquery.listadecompras
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
10
38
|
[](https://github.com/guibranco/jQuery.ListaDeCompras)
|
|
11
39
|
|
|
12
40
|
Lista de Compras (Editora Inovação) is a application that allows you create a list of available products selling in Vitrine do Artesanto or Tania Silva store and show it on any website with a link to the cart of the store.
|