Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Eslint Plugin Vue | 4,006 | 32,952 | 32,844 | 3 days ago | 136 | September 16, 2022 | 137 | mit | JavaScript | |
Official ESLint plugin for Vue.js | ||||||||||
Eslint Config Alloy | 2,521 | 190 | 523 | 7 days ago | 51 | September 27, 2022 | 5 | JavaScript | ||
Progressive ESLint config for your React/Vue/TypeScript projects | ||||||||||
Fork Ts Checker Webpack Plugin | 1,796 | 70,567 | 3,473 | 12 days ago | 215 | July 18, 2022 | 10 | mit | TypeScript | |
Webpack plugin that runs typescript type checker on a separate process. | ||||||||||
Vuedemo_sell_eleme | 1,325 | 5 years ago | mit | Vue | ||||||
:bowtie: ele by vue2.x :penguin: | ||||||||||
Vue Web Extension | 1,165 | 2 years ago | 1 | October 23, 2018 | 8 | mit | JavaScript | |||
🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more! | ||||||||||
Generator Fountain Webapp | 992 | 3 | 2 | 4 years ago | 20 | February 21, 2017 | 74 | mit | JavaScript | |
Yeoman 'fountain' generator to start a webapp | ||||||||||
Eslint Plugin Testing Library | 844 | 6 | 563 | 23 days ago | 109 | May 25, 2022 | 29 | mit | TypeScript | |
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library | ||||||||||
Mevn Cli | 772 | a year ago | 54 | February 28, 2021 | 11 | mit | JavaScript | |||
Light speed setup for MEVN(Mongo Express Vue Node) Apps | ||||||||||
Wemake Vue Template | 721 | 3 months ago | 54 | mit | TypeScript | |||||
Bleeding edge vue template focused on code quality and developer happiness. | ||||||||||
Vite Plugin Checker | 610 | 15 | 23 days ago | 35 | July 13, 2022 | 25 | mit | TypeScript | ||
💬 Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, Stylelint and more. |
⚠️ This README is for the master version of the preset. If you use the v1 of this boilerplate with Vue-CLI 2 support, please see v1
branch.
This Vue CLI preset allows you to quickly start a web extension containing:
manifest.json
, .zip
building, ...), thanks to adambullmer/vue-cli-plugin-browser-extension
The documentation can be found on vue-web-extension.netlify.app. Please check the documentation website and the open and closed issues, before raising a new issue.
$ vue create --preset kocal/vue-web-extension my-extension
$ cd my-extension
$ npm run build
npm run build
Build the extension into dist
folder for production.
A zip file is also built and is located in artifacts
directory.
npm run serve
Build the extension for development and watch over file changes.
It also automatically reload your extension into your browsers, thanks to webpack-extension-reloader plugin.