1.0.13 • Published 3 years ago

clubapp.admin.plugin.template v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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)

1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago