# my-example **Repository Path**: cgb-opensource/my-example ## Basic Information - **Project Name**: my-example - **Description**: 调用组件库功能示例工程 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://newgateway.gitee.io/my-example/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2022-08-10 - **Last Updated**: 2022-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MY 框架组件库演示项目 以`@vue/cli 4` 为建立的基础项目 [http://newgateway.gitee.io/my-example/](http://newgateway.gitee.io/my-example/) ## 安装依赖 ``` npm install ``` ## 运行开发环境 ``` npm run serve ``` ## 编译打包 ``` npm run build ```