question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

There seems to be an issue with vue files

If you need an application, you can use any of this samples from here:

If you just need a sample file which does not work, here is one:

<template>
  <section class='row'>
    <div>Bridge</div>
  </section>
</template>

<script>
  import socket from '~plugins/socket.io.js'

  export default {
    mounted(){
     this.test()
    },
    data() {
      return {
        serverUrl: '127.0.0.1'
      }
    },
    methods: {
      test() {
        const connection = {serverURL: this.serverUrl};
      }
    }
  }
</script>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:42 (4 by maintainers)

github_iconTop GitHub Comments

26reactions
irobaynacommented, Aug 3, 2017

@TheDutchCoder instead of javascriptExtensions the author recommended the following:

"importCost.typescriptExtensions": ["\\.tsx?$", "\\.vue$"]
7reactions
gerasimvolcommented, Feb 1, 2019

Does not work. Pls reopen

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue.js - The Progressive JavaScript Framework | Vue.js
Approachable. Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. · Performant. Truly reactive, compiler- ...
Read more >
Vue.js is a progressive, incrementally-adoptable JavaScript ...
Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. - GitHub - vuejs/vue: Vue.js is a progressive, ...
Read more >
Vue.js - Wikipedia
Vue.js is an open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications.
Read more >
10 Things You Need To Know About the Vue.js Frontend ...
Vue.js supports lots of frontend development tools right out of the box with little to no configuration from you. For example, Vue.js ...
Read more >
The Pros and Cons of Vue.js - AltexSoft
The Cons of Vue.js. Language barrier; Lack of support for large-scale projects; Risk of over flexibility; Limited resources ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found