add dependencies, add and setup tailwind, cleanup dir structure, test out loading data for a page
This commit is contained in:
5
src/routes/+layout.svelte
Normal file
5
src/routes/+layout.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import "../app.css";
|
||||
</script>
|
||||
|
||||
<slot />
|
2
src/routes/+layout.ts
Normal file
2
src/routes/+layout.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const prerender = true
|
||||
export const ssr = false
|
@@ -9,6 +9,9 @@
|
||||
<span>{model.title}</span>
|
||||
{/each}
|
||||
<App />
|
||||
<canvas>
|
||||
|
||||
</canvas>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user