humanmap-vas 1.0.0 → 1.0.1
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -82,7 +82,11 @@ python manage.py collectstatic
|
|
82
82
|
|
83
83
|
# ⚛️ Integración en Vue.js
|
84
84
|
|
85
|
-
## Copia humanmap-vas-standalone.js dentro de public/ (o instala desde NPM
|
85
|
+
## Copia humanmap-vas-standalone.js dentro de public/ (o instala desde NPM
|
86
|
+
|
87
|
+
```
|
88
|
+
npm install humanmap-vas
|
89
|
+
```
|
86
90
|
|
87
91
|
## En tu componente Vue:
|
88
92
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "humanmap-vas",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "**HumanMap VAS** es una librería web que permite graficar el cuerpo humano con vistas anatómicas interactivas para identificar zonas según el sistema VAS. Desarrollada como *Web Component standalone*, puede integrarse fácilmente en proyectos **HTML**, **Django**, o **Vue.js**.",
|
5
5
|
"main": "humanmap-vas-standalone.js",
|
6
6
|
"files": [
|