clubapp.admin.plugin.template

1.0.13 • Public • Published

clubapp.admin.plugin.template

This repo is a minimal example of how to create a plugin for clubapp.admin.

Development

To start the dev server, run:

npm run dev

Release

To release a new version, make sure your git is commited, then run:

npm run release

Plugin Conventions

  • src/App.tsx is the main plugin file. It should have a default export which is a react component.
  • this ensures that the app's main file "dist/App.js" has the correct format to be imported by remote-component
  • use tailwindcss for styling

Example

You can view how this template looks in clubapp.admin here (need to run clubapp.admin locally)

Readme

Keywords

none

Package Sidebar

Install

npm i clubapp.admin.plugin.template

Weekly Downloads

0

Version

1.0.13

License

ISC

Unpacked Size

16.2 kB

Total Files

11

Last publish

Collaborators

  • felixroos