2.0.0 • Published 5 months ago

@marko/run-adapter-static v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Preview and deploy @marko/run apps as static files

Intallation

npm install @marko/run-adapter-static

Usage

In your application's Vite config file (eg. vite.config.js), import and register this adapter with the @marko/run Vite plugin:

import { defineConfig } from "vite";
import marko from "@marko/run/vite";
import staticAdapter from "@marko/run-adapter-static";

export default defineConfig({
  plugins: [
    marko({
      adapter: staticAdapter(),
    }),
  ],
});
1.0.2

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.2.1

11 months ago

0.2.0

11 months ago

2.0.0

5 months ago

0.1.7

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.0.1-beta4

3 years ago

0.0.1-beta3

3 years ago

0.0.1-beta2

3 years ago

0.0.1-beta1

3 years ago