ROSWebTemplate/README.md
2023-03-30 10:56:30 +02:00

531 B

ROSWebTemplate

This template should help get you started developing with Vue 3 and ROS2.

Dependencies

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint