A modern web interface for managing EPCIS Event rules snippets built with Nuxt 3, Vue 3, and Tailwind CSS.
- Search Snippet
- Show Snippet Details
- Manage Snippets
- Install dependencies:
npm install- Create a
.envfile in the root directory with the following content:
SNIPPET_API_URL=http://localhost:8080
- Start the development server:
npm run devThe application can be configured using environment variables:
SNIPPET_API_URL: The URL of the OpenEPCIS Snippet API (default: http://localhost:8080)
npm run dev- Start development servernpm run build- Build for productionnpm run generate- Generate static sitenpm run preview- Preview production build
Apache License 2.0