This website works better with JavaScript.
Home
Explore
Help
Sign In
vit.tlusty
/
hodiny
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
173 KiB
Vue
81.9%
HTML
14.3%
JavaScript
3.8%
Tree:
18eb2aed5b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '18eb2aed5b'
${ noResults }
hodiny
/
src
/
main.js
4 lines
90 B
Raw
Blame
History
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
createApp
(
App
)
.
mount
(
'#app'
)
Reference in new issue