docs/pt_BR/faqs.md
npm run dev ?vue-devtools/devtron esta faltando ?npm run lint resulta em um erro ?npm run lint ele termina com um erro ?jquery ?main ?npm run dev ?Tenha certeza que você não tenha uma proxy pessoal que possa estar atrapalhando o webpack-dev-server.
Your src/renderer contains error(s). Check console, fix errors, then refresh electron with CommandOrControl+R.
Seu src/renderer contem erro(s). Olha o console, para corrigir, e depois da um recarregar com o comando CommandOrControl+R.
If error(s) are present in you src/renderer this creates conflicts with ESLint on first run. In turn, an INVALID webpack renderer.js is produced which interrupts HtmlWebpackPlugin from creating index.html. Since webpack-dev-server doesn't have the index.html ready to serve, the server falls back to the file explorer.
Se um erro(s) esta presente no seu src/renderer pode criar conflitos com o ESLint quando você executa na primeira vez. Enquanto isso o webpack gera um arquivo renderer.js o que interrompe o HtmlWebpackPlugin de funcionar e criar o arquivo index.html. Quando o webpack-dev-server não tem o index.html para servir, o servidor utiliza o explorador de arquivos como fallback.
vue-devtools/devtron esta faltando ?Make sure to close and reopen the developer tools panel on first launch if they are missing. Also check your terminal check for any error messages that may occur during installation.
Usando Static(estatico) Assets
npm run lint resulta em um erro ?The default nature of eslint is to print linting errors to console, and if there is any found the script will end with a non-zero exit (which produces npm errors). This is normal behavior.
O natural e que o ESLint vai imprimir os error de linting para o console, e se ele achar qualquer script ele ira terminar com um non-zeo exit (o que produz erro(s) de npm). Isto e um comportamento normal.
#195 (Desculpa não temos como traduzir esta parte.)
jquery?If you are wanting to use bootstrap, I'm going to have to stop you right there. Using both vue and jquery in the same environment is a bad practice and leads to the two frameworks colliding with each other. I would highly recommend using a bootstrap alternative that uses vue for its JavaScript functionality. Some recommendations include bootstrap-vue and vue-strap. For whatever reason you must use jquery, seek guidance from webpack's documentation about the ProvidePlugin or see #192.
Se você esta querendo usar o bootstrap, Eu vou ter que parar você exatamente aqui. Usar os dois vue e jquery no mesmo ambiente de desenvolvimento e uma má pratica e leva a duas frameworks se colidindo, causando erros bootstrap procure uma alternativa vue para essa função do JavaScript. Algumas recomendações são: bootstrap-vue e vue-strap. Mas se por qualquer razão vocês esta sendo obrigado a usar o jquery, procure ajuda documentação do webpack sobre como e ProvidePlugin ou veja #192. (Problemas como issues não tem como nos traduzirmos por enquano, mas se alguem se oferecer em traduzir parte importantes da isse seria uma bela contribuição)
main ?When using electron@^1.7.2 you can open up Google Chrome, head to chrome://inspect, and then pop open the remote electron process while your application is running in development mode.
Quando usamos o electron@^1.7.2 você pode abrir o Google Chrome, você vai direto em chrome://inspect, e você abre um pop up com as informações do processo enquanto ele esta sendo usado em modo de desenvolvimento.