0.0.0 • Published 1 year ago
pc-tool v0.0.0
Introduction
Point cloud annotation tool of Xtreme1, developed width Vue 3 + Typescript + Vite.
Development
Install required dependencies
npm installSet proxy config in vite.config.ts
// api proxy when development
proxy: {
'/api': {
changeOrigin: true,
target: 'api address',
},
},Start the development server
npm run devBuild
npm run buildRelated Information
0.0.0
1 year ago