This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
vue3-core
mirror of
https://mirror.osredm.com/root/vue3-core.git
Watch
2
Star
0
Fork
You've already forked vue3-core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ae5ec075ad
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