Categoria: vue3

  • Vue Change URL from localhost:8080 to custom domain

    Vue Change URL from localhost:8080 to custom domain

    By default, vue-cli operates with http://localhost:8080, but this can cause problems, especially for those working with more than one work case. Faced with the challenge of having a URL with a custom domain for localhost testing, we looked in the official documentation and found some options, which resolved the case very well. To make the…

  • Vue3 Criar Componente Icon SVG Button Dinâmico Reutilizável

    Vue3 Criar Componente Icon SVG Button Dinâmico Reutilizável

    Caso você já esteja com o VUE3 instalado, [ clique aqui ]você pode pular alguns tópicos e ir direto ao tópico, que trata da criação do Componente Icon SVG Button Dinâmico Reutilizável. Caso você não tenha o VUE3 instalado, ou deseja ir junto conosco no passo a passo, não pule nenhuma etapa. Instalação do VUE3…

  • Create SSL VUE 3 With Https Server Localhost Test

    Create SSL VUE 3 With Https Server Localhost Test

    With this script you were able to create certificates simply, with just one command executed via the prompt. The idea is to facilitate the creation of certificates for developers who use the VUE3 connection and need to test the system using SSL / Https running on localhost Follow the steps to install the script. Don’t…