A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!
The vue-web-extensionNetlify is a Vue CLI preset designed to help users quickly start a web extension project. It includes all necessary components such as manifest.json, .zip building, Vue 2+, Vue-router and Vuex, Axios, Babel with preset-env, ESLint, and Prettier. It requires Node.js >= 10, npm >= 5, and vue-cli 3+ for usage.
To use the Vue CLI preset for web extensions, follow these steps:
npm install -g @vue/clivue create my-web-extensionvue add vue-web-extensionNetlifyThe vue-web-extensionNetlify Vue CLI preset offers a convenient way to kickstart web extension projects with essential features like manifest.json, routing, state management, Axios integration, and code quality tools like ESLint and Prettier. With the provided installation guide, users can quickly set up their environment and start building web extensions using Vue.