Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
FasterDFlash
/
Hanrui
like
0
Follow
FasterDFlash
2
Model card
Files
Files and versions
xet
Community
main
Hanrui
/
SpecForge
/
docs
/
spec_bundle
/
src
/
main.js
Lekr0
Add files using upload-large-folder tool
7a60a87
verified
15 days ago
raw
Copy download link
history
blame
contribute
delete
111 Bytes
import
{ createApp }
from
'vue'
import
'./style.css'
import
App
from
'./App.vue'
createApp
(
App
).
mount
(
'#app'
)