This project was bootstrapped as a Vue project with the command:
vue create eliza
All default tooling setup via the above command is used, which includes:
Runs the app in development mode.
The page will reload if you make edits.
You will also see any lint errors in the console.
Type-check using vue-tsc and build the app using Vite.
Run unit tests via the Vitest framework and Vue Testing Library.
Use buf
to generate the compiled protos via protobuf-es.
The following commands are also available via the Vue starter project:
Previews a built application on port 4173.
Runs e2e tests in interactive mode using Cypress.
Runs tests in CI mode using Cypress.
Build the app using Vite.
Runs type-check using vue-tsc.
Runs eslint against codebase.