1
resposta

You are using the runtime-only build of Vue

Boa noite! Fiz as orientações do inntrutor, no entanto quando executei o npm run dev, não abriu a tela de forma automática, então precisei copiar e colar o localhost:8080, fazendo isso, aparece uma tela branca, não carrega o código, quando olhei no console é exibido a mensagem:

[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

(found in )

1 resposta

Fala ai Kassiano, tudo bem? Recomendo você criar novos projetos Vue com o CLI dele mesmo, algo assim:

npx @vue/cli create nome-do-projeto

Ou você pode instalar o pacote globalmente na máquina e depois executá-lo de forma local:

npm i -g @vue/cli
vue create nome-do-projeto

Espero ter ajudado.