XEGARE Posted January 18, 2020 Share Posted January 18, 2020 Hello. Is it possible to use SPA on Vue.js? I am a beginner and do not fully understand this, are there any examples? Handling events from the server on the client which is on vue? Link to comment Share on other sites More sharing options...
OLTEANUadv Posted January 20, 2020 Share Posted January 20, 2020 Hey Yes, you can develop a spa app with vue.js Link to comment Share on other sites More sharing options...
XEGARE Posted January 20, 2020 Author Share Posted January 20, 2020 1 минуту назад, OLTEANUadv сказал: Hey Yes, you can develop a spa app with vue.js Are there examples in the public domain? Except for TypeScript + Vue, because I don’t understand something at all. Link to comment Share on other sites More sharing options...
vienna Posted January 22, 2020 Share Posted January 22, 2020 All you need to do on vue is use mp.trigger to communicate with clientside code, and from clientside code you use mp.events.callRemote to communicate with serverside code Link to comment Share on other sites More sharing options...
XEGARE Posted January 22, 2020 Author Share Posted January 22, 2020 16 минут назад, vienna сказал: All you need to do on vue is use mp.trigger to communicate with clientside code, and from clientside code you use mp.events.callRemote to communicate with serverside code Thanks. How to use the other way around? For example, make an online counter? How to send data from server to client and from client to HTML (Vue.js)? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now