@one-view/cra-template-plugin

The base template for One View frontend plugin.

Usage no npm install needed!

<script type="module">
  import oneViewCraTemplatePlugin from 'https://cdn.skypack.dev/@one-view/cra-template-plugin';
</script>

README

@one-view/cra-template-plugin

CRA custom template for One View plugin.

To use this template, add --template @one-view/plugin when creating a new project.

For example:

npx create-react-app com.plugin.new-plugin-view --template @one-view/plugin --use-npm

# or

yarn create react-app com.plugin.new-plugin-view --template @one-view/plugin