pc-tool

0.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pc-tool

Weekly Downloads

0

Version

0.0.0

License

none

Unpacked Size

7.7 MB

Total Files

292

Last publish

Collaborators

  • nagavelan