# vue-webpack-library-example **Repository Path**: uphg/vue-webpack-library-example ## Basic Information - **Project Name**: vue-webpack-library-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-01 - **Last Updated**: 2021-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue + Webpack 搭建库示例 一个使用 Vue + Webpack 搭建库脚手架的示例 - ESLint 检查 - Karma + Mocha 单元测试 - Webpack 打包排除 Vue 依赖 ## 命令 安装依赖 ```sh yarn install ``` 运行 ```sh yarn start ``` 打包 ```sh yarn build ``` 运行测试 ```sh yarn test ``` ESLint 代码检查 ```sh yarn lint # 检查并自动修复 yarn lint --fix ```