Skip to content

Web interface to manage a catalogue of atomic snippets of rules in terms of JSON schema which helps in building EPCIS event profiles

Notifications You must be signed in to change notification settings

openepcis/openepcis-snippet-web

Repository files navigation

OpenEPCIS Snippet Web

A modern web interface for managing EPCIS Event rules snippets built with Nuxt 3, Vue 3, and Tailwind CSS.

Features

  • Search Snippet
  • Show Snippet Details
  • Manage Snippets

Setup

  1. Install dependencies:
npm install
  1. Create a .env file in the root directory with the following content:
SNIPPET_API_URL=http://localhost:8080
  1. Start the development server:
npm run dev

Configuration

The application can be configured using environment variables:

Development

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run generate - Generate static site
  • npm run preview - Preview production build

License

Apache License 2.0

About

Web interface to manage a catalogue of atomic snippets of rules in terms of JSON schema which helps in building EPCIS event profiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published