Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 677 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 677 Bytes

Browser Extension Boilerplate

Start creating browser extension in minutes with this easy-to-use boilerplate for a Vue3 + Vite boilerplate.

Features

  • Vue 3
  • Vite
  • TailwindCSS
  • Daisy UI
  • Packaging Script

Installation

$ npm install

Build - Development

$ npm run dev

Build - Production

$ npm run build

Package for distribution

$ npm run pack

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU General Public License v3.0