All Projects → Kocal → Vue Web Extension

Kocal / Vue Web Extension

Licence: mit
🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Web Extension

Vue Spa Project
vue.js + vuex + vue-router + fetch + element-ui + es6 + webpack + mock 纯前端SPA项目开发实践
Stars: ✭ 118 (-89.71%)
Mutual labels:  webpack, eslint, babel, vuex, vue-router
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (-93.2%)
Mutual labels:  webpack, eslint, prettier, babel
Vuedemo sell eleme
ele by vue2.x 🐧
Stars: ✭ 1,349 (+17.61%)
Mutual labels:  webpack, eslint, vuex, vue-router
Lecture Frontend Dev Env
"[인프런] 프론트엔드 개발환경의 이해와 실습" 강의 실습 자료입니다.
Stars: ✭ 108 (-90.58%)
Mutual labels:  webpack, eslint, prettier, babel
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (-94.25%)
Mutual labels:  webpack, eslint, vuex, vue-router
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (-40.89%)
Mutual labels:  webpack, eslint, prettier, babel
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-94.33%)
Mutual labels:  webpack, eslint, prettier, babel
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-97.21%)
Mutual labels:  webpack, eslint, prettier, babel
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (-15.34%)
Mutual labels:  webpack, eslint, prettier, babel
Awesome Vue Cli3 Example
🦅 Awesome example for rapid Vue.js development using vue-cli3 .
Stars: ✭ 160 (-86.05%)
Mutual labels:  webpack, eslint, vuex, vue-router
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (-64.6%)
Mutual labels:  eslint, prettier, vuex, vue-router
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (-80.03%)
Mutual labels:  webpack, eslint, prettier, babel
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (-43.07%)
Mutual labels:  webpack, eslint, prettier, babel
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (-36.44%)
Mutual labels:  webpack, vuex, vue-router
Vue Dropload
vue下拉加载,简单路由,模态框组件等开发
Stars: ✭ 55 (-95.2%)
Mutual labels:  webpack, babel, vue-router
Jdf Phone Ui
🖖 前端混合开发整合框架(cordova插件,微信,H5)
Stars: ✭ 18 (-98.43%)
Mutual labels:  eslint, vuex, vue-router
Vue Admin Webapp
this is a admin project
Stars: ✭ 673 (-41.33%)
Mutual labels:  webpack, vuex, vue-router
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (-98.61%)
Mutual labels:  webpack, vuex, vue-router
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-98.43%)
Mutual labels:  webpack, vuex, vue-router
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-98.26%)
Mutual labels:  webpack, eslint, prettier

vue-web-extension

Netlify Status

⚠️ 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:

Requirements

Documentation

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.

Usage

$ 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.

Options

See https://github.com/adambullmer/vue-cli-plugin-browser-extension#plugin-options

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].