Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lynx-analytics
/
lynxkite
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
319fc83
lynxkite
/
web
/
src
/
main.ts
darabos
Baklava.js working.
1a56106
about 1 year ago
raw
Copy download link
history
blame
110 Bytes
import
{ createApp }
from
'vue'
import
'./style.css'
import
App
from
'./App.vue'
createApp
(
App
).
mount
(
'#app'
)