2026-02-13 08:36:57 -08:00
2023-03-27 23:47:53 +00:00
2022-12-27 18:55:47 +00:00
2024-12-17 22:34:43 +00:00
2022-12-27 18:55:47 +00:00
2026-02-12 18:22:09 -08:00
2026-02-13 08:21:57 -08:00
2023-01-12 17:41:00 +00:00
2022-12-27 18:55:47 +00:00
2022-12-27 18:55:47 +00:00
2022-12-27 18:55:47 +00:00
2023-02-15 17:10:21 +00:00
2026-02-13 08:36:57 -08:00
2022-12-27 18:55:47 +00:00
2022-12-27 18:55:47 +00:00

AyaNova client ui

Project setup

First confirm all dependencies are installed as per BUILT-ENVIRONMENT.md doc.  They are very specific and in many cases outdated.

Then clone/checkout repository from GIT

Finally:

Install frontend dependencies:
   
   cd c:\data\code\raven-client\ayanova
   npm ci
   
   Note: Use `npm ci` (not `npm install`) to install exact versions from package-lock.json

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit
Description
No description provided
Readme 1.2 MiB
Languages
Vue 84%
JavaScript 16%