This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
rusty-bever
Archived
Watch
1
Star
0
Fork
You've already forked rusty-bever
1
Code
Issues
41
Pull Requests
1
Projects
Releases
Activity
This repository has been archived on
2021-10-25
. You can view files and clone it, but cannot push or open issues/pull-requests.
18f717685a
rusty-bever
/
web2
/
src
/
main.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