Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The core plugins for Perses

License

NotificationsYou must be signed in to change notification settings

perses/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the core plugins forPerses

Development

As prerequisites, you need:

  • NodeJSversion 22 or greater.
  • npmversion 10 or greater.
  • ⚠️ if the plugin's schema depends on thegithub.com/perses/perses/cue module, you have to authenticate to CUE's Central Registry withcue login to be allowed to retrieve dependencies.

You should first runnpm install at the root of the repository.

Then below instructions are for the individual case ofTable plugin (change the name accordingly to contribute on another plugin):

First in this repository:

  1. Start development server of the plugin:cd table; npm run dev

Then inperses repository:

  1. Update the Perses configurationconfig.yaml to use development server for this plugin:

    plugin:dev_environment:plugins:      -name:Tabledisable_schema:falseurl:http://localhost:3005absolute_path:/absolute/path/to/plugin/repository/table
  2. Start the backend:./scripts/api_backend_dev.sh

  3. Start the frontend:cd ui; npm run start


[8]ページ先頭

©2009-2025 Movatter.jp