dashboard
repositories
filestore
activity
search
login
udemy
/
corso-vue
corso vuejs
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
04 inizio monster slayer game
Cristiano Magro
2024-12-26
14370b6fdb3f16d6d7c1dbd0d62bebf69b6b6290
[udemy/corso-vue.git]
/
04 - monster slayer game
/
prj-monster-01-starting-setup
/
app.js
commit
|
author
|
age
14370b
1
const app = Vue.createApp({
CM
2
data() {
3
return {};
4
},
5
computed: {},
6
watch: {},
7
methods: {},
8
});
9
10
app.mount("#game");