1.0.13 • Published 4 years ago

clubapp.admin.plugin.template v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago