0.0.6 • Published 5 months ago

dekilte-ui v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago
$ npm install -D dekilte-ui

setting

customElement is true.

import adapter from "@sveltejs/adapter-auto";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";

/** @type {import('@sveltejs/kit').Config} */
const config = {
  preprocess: vitePreprocess(),

  // here line
  // compilerOptions: {
  //   customElement: true,
  // },

  kit: {
    adapter: adapter(),
  },
};

export default config;

Author

Daiki Nakashima

LISENCE

MIT

0.0.3

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.6

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago