Full-Stack Web Development with Vue.js and Node

(singke) #1
Introducing Vuex Chapter 8

export default {
name: 'HelloWorld',
data () {
return {
msg: 'Welcome to Your Vue.js App'
}
}
}
</script>

<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
</style>

The following is the final folder structure:

Free download pdf