svelte-adapter-aspcore
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    2
  • 0.2.1
    1
  • 0.2.0
    0

Package Sidebar

Install

npm i svelte-adapter-aspcore

Weekly Downloads

3

Version

0.4.0

License

MIT

Unpacked Size

9.04 kB

Total Files

14

Last publish

Collaborators

  • kiho