npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

preguntas-frecuentes-viajes

v0.7.3

Published

preguntas frecuentes viajes

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.

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

Observaciones

Las etiquetas 'img' funcionan con imagenes http