# vue3-chromePlugin-demo **Repository Path**: answer_wu_admin/vue3-chrome-plugin-demo ## Basic Information - **Project Name**: vue3-chromePlugin-demo - **Description**: 使用vue3创建chrome插件的demo,减轻插件创建的复杂程度,搭建流程解析在博客https://blog.csdn.net/yizhiliudaji/article/details/126388457 中 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-05-02 - **Last Updated**: 2023-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-chrome-plugin-demo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).