0.1.0-beta.18 • Published 1 month ago
@studiocms/devapps v0.1.0-beta.18
StudioCMS - Development Apps
Collection* of useful tools available during dev mode in Astro
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add @studiocms/devapps
npx astro add @studiocms/devapps
yarn astro add @studiocms/devapps
Or install it manually:
- Install the required dependencies
pnpm add @studiocms/devapps
npm install @studiocms/devapps
yarn add @studiocms/devapps
- Add the integration to your astro config
+import devApps from "@studiocms/devapps";
export default defineConfig({
integrations: [
+ devApps(),
],
});
Usage
All tools will only be available during astro dev
and will not be available during production deployments!
libSQL Viewer
Requires
The following env variables set (@astrojs/db
):
ASTRO_DB_REMOTE_URL
ASTRO_DB_APP_TOKEN
Preview
- Toolbar app
- Toolbar app Embedded
- Full page View
WordPress Importer
Requires
- StudioCMS Integration
- A current WP Install
@studiocms/blog
(Optional for importing Posts under a blog)
Preview
- Toolbar app
Licensing
0.1.0-beta.18
1 month ago
0.1.0-beta.17
2 months ago
0.1.0-beta.14
3 months ago
0.1.0-beta.13
3 months ago
0.1.0-beta.16
2 months ago
0.1.0-beta.15
3 months ago
0.1.0-beta.12
3 months ago
0.1.0-beta.11
4 months ago
0.1.0-beta.10
4 months ago
0.1.0-beta.9
4 months ago
0.1.0-beta.8
4 months ago