vue-cli-3 Questions
2
Solved
I'm working on a Vue app (using cli 3). A third party front end component requires a config file. I would like to use different files depending on my node env but am unclear how to do this. For exa...
Frontage asked 28/1, 2019 at 20:2
2
Solved
I have a project created using Vue CLI 3 with Vue's PWA plugin included. I would like to display a banner prompting the user to click an in-app “Refresh” link as described here in the 'Approach #3'...
Barfuss asked 8/12, 2018 at 6:47
0
I have been trying for hours now to get the istanbul code coverage reports up and running for my new vue (typescript based) project, generated with the vue-cli v3.
Whenever I run my tests: (nodemon...
2
Solved
I have been trying to create a new project using the new Vue CLI 3 with ASP.Net Core web. I can use dotnet new to create a nice new blank web project, and can use vue create to create a new Vue.js ...
Hibernicism asked 25/9, 2018 at 12:8
1
Solved
When I run a vue-cli project I see this:
DONE Compiled successfully in 5778ms
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.178.9:8080/
Note that the development...
1
Solved
I would like to build my app and export files without random numbers, like app.e48201ef.js but app.js.
My app is in a /app/ folder at the root of a Wordpress, and I'm including the js files one by...
1
I am totally new to Vue.
I want to use the CLI and I want to have 4 space indentation (with typescript and vuex). But after 24 hours of struggling I am no closer to getting anything working. If it...
1
I have not found anything about that. Regarding the very quick modifications from version to version: How to check which version of vuetify is installed?
Cordalia asked 8/10, 2018 at 5:41
1
Solved
I am using Vue 2.0 and Vue CLI 3.0. I am trying to get the favicon.ico/png file work properly and am having no luck at all.
I have narrowed the issue to the following.
The index.html file generat...
3
Solved
I'm working on a VueJS project and am trying to load an image on a carousel. I am using the standard setup and have the image in the assets folder.
I reference the image URL with
<v-carousel-i...
Twinberry asked 30/8, 2018 at 20:49
2
Solved
When starting a new project using vue-cli it asks a few questions to customize the setup. Generally the project name, description, whether to use eslint for linting, karma and mocha for testing etc...
Gastrocnemius asked 11/10, 2017 at 5:26
1
Solved
I have just started to use Vue CLI 3 for a project and it looks like I am not terminating a development session correctly. Like the docs suggests I start a development session with:
npm run serve
...
1
Solved
I need some assistance or at least to be pointed in the right direction. I am attempting to deploy a vuejs app using Vue CLI 3. When I run the build command the files are built into the dist folder...
0
I built my simple site using Vue UI (the ones that comes with Vue-CLI 3), and it created sourcemaps in the /dist folder. I deploy these sourcemaps along with the production files. When I load up my...
1
Solved
I have a vue.config.js file in my project's base directory. I'd like to move this next to my other config files in a /config/ folder.
How can I specify the new location of this file for vue-cli?
3
While moving to vue-cli 3 I encountered following problem.
I import a plugin's css to my app.scss.
This line: background-image: url(default-skin.svg); breaks yarn build, which throws this error:
...
© 2022 - 2024 — McMap. All rights reserved.