mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-10 04:13:12 +00:00
Use Svelte for frontend
This commit is contained in:
parent
59a15f0957
commit
56bd273711
16 changed files with 1301 additions and 9 deletions
8
front/src/main.js
Normal file
8
front/src/main.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import './app.css'
|
||||
import App from './App.svelte'
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app'),
|
||||
})
|
||||
|
||||
export default app
|
Loading…
Add table
Add a link
Reference in a new issue