Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mishrabp
/
mlstocks
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mlstocks
/
frontend
/
src
/
main.js
github-actions[bot]
Deploy to Hugging Face Space
abf702c
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
import
{ createApp }
from
'vue'
import
'./index.css'
import
App
from
'./App.vue'
createApp
(
App
).
mount
(
'#app'
)