Template for ROS2 Web Interface
Go to file
2023-03-30 10:56:30 +02:00
.idea initial commit 2023-03-30 10:50:33 +02:00
public initial commit 2023-03-30 10:50:33 +02:00
src initial commit 2023-03-30 10:52:20 +02:00
.gitignore initial commit 2023-03-30 10:50:33 +02:00
env.d.ts initial commit 2023-03-30 10:50:33 +02:00
index.html initial commit 2023-03-30 10:50:33 +02:00
package-lock.json initial commit 2023-03-30 10:50:33 +02:00
package.json initial commit 2023-03-30 10:50:33 +02:00
README.md initial commit 2023-03-30 10:56:30 +02:00
tsconfig.app.json initial commit 2023-03-30 10:50:33 +02:00
tsconfig.json initial commit 2023-03-30 10:50:33 +02:00
tsconfig.node.json initial commit 2023-03-30 10:50:33 +02:00
tsconfig.vitest.json initial commit 2023-03-30 10:50:33 +02:00
vite.config.ts initial commit 2023-03-30 10:50:33 +02:00
vitest.config.ts initial commit 2023-03-30 10:50:33 +02:00

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