This is a boilerplate for a Chrome Extension using Vite, Vue, and tailwindcss, designed for MV3.
npm install
.npm run start
.start
: Runs the development server using Vite with hot reload enabled.build
: Builds the extension using Vite and outputs the result in the "dist" folder.package
: Builds the extension and packages it into a .crx file using the build.js script.test
: Runs the vitest command.lint
: Lints the code using eslint and the @vue/eslint-config-prettier config.prettier
: Formats the code using Prettier.In the future, we plan to add support for Firefox and Safari browsers. Stay tuned for updates!
This project is licensed under the MIT License. See the LICENSE file for details.