# webpack-defined-myself **Repository Path**: Phillmx/webpack-defined-myself ## Basic Information - **Project Name**: webpack-defined-myself - **Description**: 自定义webpack打包配置 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: http://47.109.19.189/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-17 - **Last Updated**: 2023-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wray-first-ui 组件库 ### 快速开始 #### 1.安装组件库 ```bash npm i wray-first-ui ``` #### 2.引用组件库 ```javascript // 引入 import 'wray-first-ui/dist/main.css'; import TESTUI from 'wray-first-ui'; render() { return } ```