@studiocms/devapps

0.1.0-beta.12 • Public • Published

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:

  1. Install the required dependencies
pnpm add @studiocms/devapps
npm install @studiocms/devapps
yarn add @studiocms/devapps
  1. 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

  • Toolbar app Embedded

toolbar-embedded

  • Full page View

pageview

WordPress Importer

Requires

  • StudioCMS Integration
  • A current WP Install
  • @studiocms/blog (Optional for importing Posts under a blog)

Preview

  • Toolbar app

WP-importer

Licensing

MIT Licensed.

Package Sidebar

Install

npm i @studiocms/devapps

Weekly Downloads

71

Version

0.1.0-beta.12

License

MIT

Unpacked Size

1.04 MB

Total Files

38

Last publish

Collaborators

  • adammatthiesen
  • dreyfus92
  • code.spirit