Skip to content

aofmoba/MOBA-agent

Repository files navigation

MOBA-agent

Docs

Arco Design Pro for vue

Install the dependencies

yarn install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev / yarn dev

Build the app for production

npm run build / yarn build