# yb-project **Repository Path**: YOUUJUN/yb-project ## Basic Information - **Project Name**: yb-project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Compiles and minifies for qiankun micro app ``` npm run build:micro ``` ### Lints and fixes files ``` npm run lint ``` ### run prettier format ``` npm run format ```