pc-tool
v0.0.0
Published
Point cloud annotation tool of Xtreme1, developed width Vue 3 + Typescript + Vite.
Downloads
1
Readme
Introduction
Point cloud annotation tool of Xtreme1, developed width Vue 3 + Typescript + Vite.
Development
Install required dependencies
npm install
Set proxy config in vite.config.ts
// api proxy when development
proxy: {
'/api': {
changeOrigin: true,
target: 'api address',
},
},
Start the development server
npm run dev
Build
npm run build