0.0.18 • Published 10 months ago
ollesvege v0.0.18
🍱 ollesvege
- sveltekit package boilerplate by lé. for building reusable
<Component />
s. - powered by sveltekit 2, svelte 4, and vite.
npm i
,npm run dev
to preview the component. default port is 3000.- deploy component: tweak
package.json
,npm run build
,npm login
,npm version patch
(if needed),npm publish
. - third-party usage in javascript:
import { Ollesvege, ... } from 'ollesvege'
,<Ollesvege ... />
. - ts & scss support, base assets & styles, and session storage.
- support for socket.io and/or rest api.
- this article and this repo are helpful—though not complete—for reference.
- migrating to the latest version of
@sveltejs/package
requiresnpx svelte-migrate package
. see #8825 and #8922. may need to tweakpackage.json
to serveexports['.']:string
instead ofexports['.']:object{types, svelte}
before doing so. - once migrated, may need to add
main: "./package/pkg/index.js"
to properly serve module (ie. index.js) to clients.
0.0.18
10 months ago
0.0.17
10 months ago
0.0.16
10 months ago
0.0.15
11 months ago
0.0.14
11 months ago
0.0.13
11 months ago
0.0.12
11 months ago
0.0.11
12 months ago
0.0.10
12 months ago
0.0.9
12 months ago
0.0.8
12 months ago
0.0.7
12 months ago
0.0.6
12 months ago
0.0.5
12 months ago
0.0.4
12 months ago
0.0.3
12 months ago
0.0.2
12 months ago
0.0.1
12 months ago