Questions tagged as 'vue.js'

1
answer

How to deploy a vuejs (browserify) application in heroku?

I raised the server with express , however using a schema for webpack because I did not find anything related to browserify , follow the code ... // server.js var express = require('express'); var path = require('path'); var...
asked by 21.12.2017 / 16:19
2
answers

Import Vue or other components into child components

I have an application in VueJs2, in which I have an app.js, where I instantiate Vue and do the imports (Templates, plugins, etc). It turns out that some plugins / libs I can usually use inside child components (axios, for example), others I need...
asked by 04.01.2018 / 17:28
1
answer

How to work with Json on VueJs?

Note the code: Address Book Notice that the application is working perfectly, by clicking on any address it is automatically directed to the Google page because of that method just below; methods: { showLink: function(bancodedado)...
asked by 20.02.2018 / 11:51
1
answer

Component Vue is not pushing on the props

I am creating a simple task list with Vue.js, doing this using separate components in files. One of the components has the function of adding an object to an array, which is a props, but there is the error, the component is not able to identify...
asked by 11.01.2018 / 22:17
1
answer

How to make the project Laravel see the axios file?

Before I was having trouble making the project see the file as you can see in this post: I need make my Javascript file see the vue and axios files He was like this: Andnowit'slikethis,ithasbeenfixed: Thechangewastoputthefileaxiosand...
asked by 01.11.2017 / 11:08
1
answer

How to correct validation messages?

I am learning to program in Laravel with VueJs, I am a beginner, I started to develop a simple CRUD and I was able to implement all the functionality of a CRUD, including field validations, my problem is with the field validations, in their mess...
asked by 27.10.2017 / 13:36
1
answer

How to set up a Laravel project with VueJs

Hello, I am a simple Laravel project and would like to configure my project for it to accept vue.js, but I am having this error message; "Use of undefined constant titulo - assumed 'titulo' (View: C:\Users\Wladimir\Documents\projetos php\imove...
asked by 22.10.2017 / 20:32
1
answer

I can not connect the vuejs in Laravel

See page: <!doctype html> <html lang="{{ app()->getLocale() }}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content=...
asked by 12.10.2017 / 20:05
1
answer

Questions about pusher do vue js

I'm following a tutorial that has to enter the following command to create a project vue: It creates a folder called music-db, then it enters this command while inside the folder; vue init webpack frondend When you type this comm...
asked by 27.09.2017 / 11:05
1
answer

disable white space at end of lines (non-drag-spaces)

I have this error in a project vue js , I know it is eslint I checked the tutorial on the site on how to remove the error with / strong>, but it did not work, if anyone knows, I appreciate if I can help. Error: link Missing space b...
asked by 02.11.2017 / 18:15