adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
427 stars 76 forks source link

Create example repo #52

Open adambullmer opened 5 years ago

adambullmer commented 5 years ago

Fully scaffold the app to have a reasonable example for how an application structure may look, including typescript, vuex, and vue-router.

Might also want to include a monorepo setup where other build targets such as web or electron are also included to show how this could all be put into harmony.