Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 504 Bytes

File metadata and controls

17 lines (13 loc) · 504 Bytes

Frontend Agent Guide

This guide is for AI agents and developers working in the frontend/ dashboard of Countly Server.

Essentials

  • Tech: Vue 2, Element UI
  • Build assets: npx grunt dist-all
  • Start dashboard: npm run start:all:dev

Conventions

  • Use PascalCase for component names
  • Use @event and :prop syntax
  • Add data-test-id for testable elements
  • See Vue.js Guidelines

UI Testing