Kiho / svelte-adapter-aspcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte-adapter-aspcore

Adapter for Svelte apps that runs an ASP.Net Core App.

Usage

Run npm install -D svelte-adapter-aspcore.

Then in your svelte.config.js:

import adapter from 'svelte-adapter-aspcore';

export default {
  kit: {
      ...
      adapter: adapter({
      out: 'build'
    })
  }
};

See the demo application for an example integration with the SvelteKit.

About

License:MIT License


Languages

Language:JavaScript 100.0%