This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
jos
Archived
Watch
1
Star
0
Fork
You've already forked jos
0
Code
Issues
5
Pull Requests
18
Projects
1
Releases
Wiki
Activity
This repository has been archived on
2021-12-24
. You can view files and clone it, but cannot push or open issues/pull-requests.
renovate/eslint-plugin-promise-6.x
jos
/
web
/
src
/
main.ts
5 lines
90 B
TypeScript
Raw
Permalink
Blame
History
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
createApp
(
App
)
.
mount
(
'#app'
)
Reference in New Issue
View Git Blame
Copy Permalink