Top "Vue-cli-3" questions

Vue-CLI provides the vue command in your terminal.

How can I tell Vue-cli where my app's entrypoint is?

My app is split into an API and a UI portion. Deployment strategy requires they share a package.json. The …

javascript vue.js webpack vue-cli vue-cli-3
Disable PWA plugin in Vue CLI 3

I'm having some issues with caching my files using the default service worker that comes with VueCLI 3. I would prefer …

vue.js vue-cli-3
How to handle 404 error request in vuejs SPA with nginx server

I have set up my vue-cli version 3 SPA so that any requests not found in my routes.js file will …

nginx vue.js vue-router vue-cli-3
Why am I getting ERR_CONNECTION_TIMED_OUT in Vue.js?

After creating a new project with vue cli 3 I get this error: GET http://192.168.1.13:8080/sockjs-node/info?t=1538257166715 net::ERR_CONNECTION_…

vue.js frontend vue-cli-3
Vue cli 3 - Cannot find module '@vue/cli-plugin-babel'

I am using vue cli 3 with typescript support. Actually, i'm trying to create web component using vuejs. main.ts import …

typescript babeljs web-component vue-cli-3
How do I disable running an app on the local network when using vue-cli?

When I run a vue-cli project I see this: DONE Compiled successfully in 5778ms App running at: - Local: http://…

vue.js vue-cli-3
Vue-CLI with 4 space identation

I am totally new to Vue. I want to use the CLI and I want to have 4 space indentation (with …

vuejs2 eslint vue-cli vue-cli-3
Vue Cli 3 Generated Project Set HTML Title

Currently, after generating a project with Vue CLI 3 the title is "Vue App". If I set the title in the …

vue.js vue-cli-3
Vue CLI's type checking service ignores memory limits

DevOps has requested that we limit our frontend builds to ~1GB of RAM, so that our Jenkins instance doesn't shut …

typescript webpack vue-cli vue-cli-3
Internationalization of Vuetify data table header

I'm trying to internationalize my data table header using Vuetify + I18n. When I translate my normal code, it works …

vue.js vuetify.js vue-cli vue-cli-3 vue-i18n