Vue.js Support
See original GitHub issueThere 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:
- Created 6 years ago
- Reactions:8
- Comments:42 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@TheDutchCoder instead of
javascriptExtensions
the author recommended the following:Does not work. Pls reopen