This guide is for AI agents and developers working in the frontend/ dashboard of Countly Server.
- Tech: Vue 2, Element UI
- Build assets:
npx grunt dist-all - Start dashboard:
npm run start:all:dev
- Use PascalCase for component names
- Use
@eventand:propsyntax - Add
data-test-idfor testable elements - See Vue.js Guidelines
- See UI Testing Guide