English | ç®ä½ä¸æ | ç¹é«ä¸æ
Start a chrome extension project with Vue-CLI with ease!
support vue2 vue3 TypeScript and JavaScript!
Requirementsvue-cli 5.0.1 or higher
InstallationThis plugin is meant for using new project for chrome extensions. Tested on default project of Vue, Vue with TypeScript
Usage?vue create <project-name>
# Answer some questions
cd <project-name>
vue add chrome-extension-cli
# Answer some questions
# ð
File folder
.
âââ public
â âââ can set image.
âââ src/
â âââ assets
â â âââ Static assets
â âââ entry
â â âââ options.js
â â âââ popup.js
| | âââ devtools.js
â â âââ content.js
â â âââ background.js
â âââ view
â â âââ popup.vue
â â âââ options.vue
| | âââ devtools.vue
â âââ manifest.development.json
â âââ manifest.production.json
âââ vue.config.js
Run Development mode and Production
Run development mode with npm run build-watch
and a dist
file will be generated. Install Extension Reloader to reload chrome extensions easily everytime you reload. (take note that when u change manifest.json file, it will not automatically load, you need to click update extension )
Build for production npm run build
and zip it and deploy onto chrome store.
Vue CLI prompt is based on inquirer.js api.
CreditRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4