-
deadly simple code:
``` vue
{{ text }}
export default {
data() {
return {
text: 'My Text'
}
}
}
.home {
color: red;
}
```…
-
Hi there,
Really excited about your most recent work. I managed to create a Koa2 compatible version of your express-vue-builder here https://github.com/kristianmandrup/koa-vue-builder/
You are very …
-
Maybe I'm missing something, but it seems that vue-resource translates the JSON query params to wrong url
```
store.fetchBlogByPage = (vue, page = 0, perPage = 10) => {
return vue.$http.get(blogA…
-
Hi,
Thanks for this example.
Just a couple of questions. There are 8 space indentations in the models. Is there a particular reason for that?
Also, are you looking to expand this api exampl…