0.0.7 • Published 2 years ago

full-stack-svelte-kit v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Full Stack Svelte Kit

This framework is built on top of @sveltejs/kit.

Features

  • Server-Only Load Functions
  • Remix Like Actions/Loader Functions which run only on the Server.
  • Easy Form Handling
  • Easy Meta Tags / SEO Handling (Only title and description, currently)

For an early example please look into this example repo.

Getting Started

 npm install -D full-stack-svelte-kit
...
import fullStackKit from 'full-stack-svelte-kit';

/** @type {import('@sveltejs/kit').Config} */
const config = {
	preprocess: [
		preprocess({
			postcss: true
		}),
		fullStackKit()
	],
};

export default config;
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago