Skip to content

VacantThinker/firefox-addons-only-template

Repository files navigation

readme

first

npm install

second

node tmp.js

addons

  • _locales
    • addon locales
  • br
    • browser base function
  • dborm
    • database orm
  • entity
    • database entity
  • global
    • global variable
  • icons
    • addon icon
  • js
    • addon content js
  • option
    • addon option ui
  • router
    • addon browser.runtime.onMessage message.act
  • service
    • addon message.act common function
  • background.html
    • addon background.html
  • background.js
    • addon background.html script background.js
  • LICENSE
  • manifest.json
    • addon manifest.json

cd dist && 
web-ext lint

create vue project

npm init vue@latest