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
7
Packages
Projects
Releases
Wiki
Activity
c366948ded
vue3-core
/
benchmark
/
client
/
vdom.ts
5 lines
90 B
TypeScript
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