0.1.7 • Published 1 year ago
@marko/run-adapter-static v0.1.7
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()
})
]
});
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
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.3
2 years ago
0.0.1-beta4
2 years ago
0.0.1-beta3
2 years ago
0.0.1-beta2
3 years ago
0.0.1-beta1
3 years ago