Skip to content

This is a framework model for developing chrome extensions using Vue and already packaged in webpack. Developers can build extensions based on this prototype.

License

jwzheng96/chrome-extension-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome-extension-framework

This is a framework model for developing chrome extensions using Vue and already packaged in webpack. Developers can build extensions based on this prototype.

目录结构

│  .babelrc.js
│  .gitignore
│  package.json
│  webpack.config.js
│  
├─src
│  │  manifest.json
│  │  
│  ├─background
│  │      background.js
│  │      
│  ├─content
│  │      content.js
│  │      
│  ├─option
│  │      App.vue
│  │      option.html
│  │      option.js
│  │      
│  └─popup
│          App.vue
│          popup.html
│          popup.js
│          
└─static
    └─img
            icon.png

使用

## 安装依赖
npm install 
## 打包运行
npm run build

About

This is a framework model for developing chrome extensions using Vue and already packaged in webpack. Developers can build extensions based on this prototype.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published