# test-vc **Repository Path**: wushengzhu/test-vc ## Basic Information - **Project Name**: test-vc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-13 - **Last Updated**: 2024-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test-vc ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### local component test 在组件库执行命令挂在全局 在引入组件的项目执行命令挂在依赖 ``` npm link ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).