# preguntas-frecuentes-viajes

> preguntas frecuentes viajes

Latest version **0.7.3** (published 2020-09-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install preguntas-frecuentes-viajes
pnpm add preguntas-frecuentes-viajes
yarn add preguntas-frecuentes-viajes
bun add preguntas-frecuentes-viajes
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.3 |
| Published | 2020-09-22 |
| First published | 2020-07-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 10.2 MB |
| Known vulnerabilities | 0 (+3 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | alexanderprincipe |

## Links

- npm: https://www.npmjs.com/package/preguntas-frecuentes-viajes
- Repository: https://github.com/AlexanderPrincipe/Test-npm
- Homepage: https://github.com/AlexanderPrincipe/Test-npm#readme
- Issues: https://github.com/AlexanderPrincipe/Test-npm/issues
- npm.io page: https://npm.io/package/preguntas-frecuentes-viajes

## Dependencies (9)

- [pug](https://npm.io/package/pug.md) ^2.0.4
- [vue](https://npm.io/package/vue.md) ^2.6.11
- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [core-js](https://npm.io/package/core-js.md) ^3.6.5
- [chokidar](https://npm.io/package/chokidar.md) ^3.4.0
- [vue-router](https://npm.io/package/vue-router.md) ^3.3.4
- [es6-promise](https://npm.io/package/es6-promise.md) ^4.2.8
- [bootstrap-vue](https://npm.io/package/bootstrap-vue.md) ^2.15.0
- [pug-plain-loader](https://npm.io/package/pug-plain-loader.md) ^1.0.0

## Recent versions

- 0.7.3 (latest) — 2020-09-22
- 0.7.2 — 2020-09-22
- 0.7.1 — 2020-08-18
- 0.7.0 — 2020-08-18
- 0.6.6 — 2020-08-18
- 0.6.5 — 2020-08-05
- 0.6.4 — 2020-08-03
- 0.6.3 — 2020-08-03
- 0.6.2 — 2020-07-27
- 0.6.1 — 2020-07-23
- 0.6.0 — 2020-07-23
- 0.5.8 — 2020-07-17
- 0.5.7 — 2020-07-16
- 0.5.6 — 2020-07-16
- 0.5.5 — 2020-07-16
- … 9 more at https://npm.io/package/preguntas-frecuentes-viajes/versions

## README

# preguntas-frecuentes

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).


### 1er Paso: Instalar el paquete📋
```
npm i preguntas-frecuentes-viajes
```

### 2do Paso: Importar en el archivo .vue donde quiera utilizar el componente📋
```
import { preguntasFrecuentesGenerico } from 'preguntas-frecuentes-viajes'

export default {
    components: {
      preguntasFrecuentesGenerico
    }
}
```

### 3er Paso: Ingresar los datos requeridos :octocat: 
```
<preguntasFrecuentesGenerico"
 :preguntas="preguntas"                                 <!-- Array con preguntas -->
 :itemsMenu="itemsMenu"                                 <!-- Los items que iran en el Menú desplegable -->
 :imagenMenu="imagenMenu"                               <!-- La imagen que ira en el menú desplegable -->
 :regresarPrincipal="regresarPrincipal"                 <!-- Ruta del breadcrumb -->
 :nombrepagina="TextoTab"                               <!-- Nombre de la pagina actual -->
/>

data () {
    return {
      TextoTab: 'Utilización del seguro',
      imagenMenu: require("@/static/media/icons/Group2Copy.svg"),
      regresarPrincipal: '/preguntas-frecuentes/',
      preguntas:[
          {
              id: '1',
              title: '¿Qué hacer en caso de Emergencias?',
              identificador: 'collapse-1',
              respuesta: [ 
                '<p class="parrafo omnes-medium">Soy un parrafo</p>',
                '<img src="">'
                 ],
              
          },
          {
              id: '2',
              title: '¿Qué es la Central de Atención al Cliente?',
              identificador: 'collapse-2',
              respuesta: [ 
                '<p class="parrafo omnes-medium">Soy un parrafo</p>',
                '<p class="parrafo omnes-medium">Soy un parrafo</p>',
                '<li class="anchorespuestas estiloparrafo omnes-medium">Soy una lista</li>',
                '<p class="parrafo omnes-medium">Soy un parrafo</p>',
                '<li class="anchorespuestas estiloparrafo omnes-medium">Soy una lista</li>',
                '<p class="parrafo omnes-medium">*Soy un parrafo”.</p>'
                 ],
          },
          {
              id: '3',
              title: '¿A partir de cuándo puedo hacer uso de las asistencias?',
              identificador: 'collapse-3',
              respuesta: [ 
                '<p class="parrafo omnes-medium">Soy un parrafo</p>',
                 ],
          },
          {
              id: '4',
              title: '¿Puedo solicitar el seguro si viajo por motivos no turísticos?',
              identificador: 'collapse-4',
              respuesta: [ 
                '<p class="parrafo omnes-medium">Soy un parrafo</p>',
                '<li class="anchorespuestas estiloparrafo omnes-medium">Soy una lista</li>',
                '<li class="anchorespuestas estiloparrafo omnes-medium">Soy una lista</li>',
                '<li class="anchorespuestas estiloparrafo omnes-medium" style="margin-bottom:1rem;">Soy una lista</li>',
                '<p class="parrafo omnes-medium">Soy un parrafo</p>'
                 ],
          },
      ],
      itemsMenu: [
        {
          id: "1",
          title: "Preguntas mas frecuentes",
          to: '/preguntas-frecuentes/'
        },
        {
          id: "2",
          title: "Planes Viaje Seguro",
          to: '/preguntas-frecuentes/planes-viaje-seguro'
        },
        {
          id: "3",
          title: "Como comprar Viaje Seguro",
          to: '/preguntas-frecuentes/como-comprar-viaje-seguro'
        },
        {
          id: "4",
          title: "Cobertura de Viaje Seguro",
          to: '/preguntas-frecuentes/cobertura-viaje-seguro'
        },
        {
          id: "5",
          title: "Modificación de Viaje Seguro",
          to: '/preguntas-frecuentes/modificacion-viaje-seguro'
        },
        {
          id: "6",
          title: "Utilización del seguro",
          to: '/preguntas-frecuentes/utilizacion-viaje-seguro'
        },
        {
          id: "7",
          title: "Trámites",
          to: '/preguntas-frecuentes/tramites'
        },
        {
          id: "8",
          title: "Sobre el COVID-19",
          to: '/preguntas-frecuentes/sobre-covid-19'
        }
      ],
    }
  },
```

### 4to Paso: Tener las imágenes correspondientes en la siguiente ruta📋
```
src/static/media/icons
```

![Captura de pantalla de 2020-07-03 20-23-41](https://user-images.githubusercontent.com/31213239/86502671-4f6e4b00-bd6b-11ea-9dac-7d7854d0c046.png)


### Observaciones

```
Las etiquetas 'img' funcionan con imagenes http
```

---
_Source: https://npm.io/package/preguntas-frecuentes-viajes · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
