This website works better with JavaScript.
Home
Explore
Help
Sign In
skrabanek
/
nodejs_projects
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.
25
Commits
1
Branch
0
Tags
2.7 MiB
Vue
49.2%
JavaScript
39.2%
HTML
11.5%
Tree:
0bf2fe3885
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0bf2fe3885'
${ noResults }
nodejs_projects
/
vue
/
intro2
/
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