# nextron-voggex-dynamic **Repository Path**: xinminsu/nextron-voggex-dynamic ## Basic Information - **Project Name**: nextron-voggex-dynamic - **Description**: nextron-voggex-dynamic udp device - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-25 - **Last Updated**: 2023-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

## Usage ### Create an App ``` # with npx $ npx create-nextron-app my-app --example with-ant-design # with yarn $ yarn create nextron-app my-app --example with-ant-design # with pnpx $ pnpx create-nextron-app my-app --example with-ant-design ``` ### Install Dependencies ``` $ cd my-app # using yarn or npm $ yarn (or `npm install`) # using pnpm $ pnpm install --shamefully-hoist ``` ### Use it ``` # development mode $ yarn dev (or `npm run dev` or `pnpm run dev`) # production build $ yarn build (or `npm run build` or `pnpm run build`) ``` ## Resources