0.0.0 • Published 8 months ago
pc-tool v0.0.0
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
Related Information
0.0.0
8 months ago