superoo7 / vue-cli-plugin-chrome-ext

vue cli plugin that setup vue project for chrome extension
MIT License
94 stars 10 forks source link

support vue3 and update prompts #9

Closed sanyu1225 closed 3 years ago

sanyu1225 commented 3 years ago

prompts add more options

  1. dynamic Detect is TypeScript or JavaScript)
  2. update manifest_version ( Now the latest support to 3 )
  3. delete_file ( src/main.js src/components public/index.html public/favicon )
  4. select components ( "background", "popup", "content", "options" )

now support Vue2 and Vue3 , TypeScript and JavaScript

update readme language

sanyu1225 commented 3 years ago

Because there was no reply, I built the warehouse myself