F
F
furrya_black2017-04-08 15:40:11
Vue.js
furrya_black, 2017-04-08 15:40:11

Where can I see the sorts of combat spa applications on vue?

I looked at the vue admin panel on bulma components, but like everything else I found, it was architecturally structured for a specific example, the ideal thing I found was the base templates from vue cli, but vue init webpack is not a spa, it's a base.
I would like the source code of the application in such a bundle:
Vue2 vuex vuex-route-sync axios vue-axios.
Just recently I ran into a problem when working with Vue.axios in a component where it is available as
This.$http, I throw Vue.prototype into the console. and I see that the Vue instance should have it, and according to the sources on the Vue-axios git hub, it can be seen that $this.http === axios, but when I access the get post methods, I get an undefined method.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Evgeny Kulakov, 2017-04-08
@kulakoff Vue.js

Here is a nice template for building spa on vue: https://github.com/codecasts/spa-starter-kit

A
Andrey Khokhlov, 2017-04-08
@andrhohlov

See here: https://github.com/vuejs/awesome-vue
For example https://github.com/yujiahaol68/reddit-app

F
furrya_black, 2017-04-09
@furrya_black

Reddit-app and spa-starter-kit, thanks for the links, Eugene and Andrey)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question