This website requires JavaScript.
Explore
Help
Sign In
root
/
vue3-core
mirror of
https://github.com/vuejs/core.git
Watch
1
Star
0
Fork
You've already forked vue3-core
0
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
6a5b2098e1
vue3-core
/
packages-private
/
sfc-playground
/
src
/
download
/
template
/
main.js
5 lines
90 B
JavaScript
Raw
Blame
History
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
createApp
(
App
)
.
mount
(
'#app'
)
Reference in New Issue
View Git Blame
Copy Permalink