Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cksachdev/chrome-extension-vuejs-presentation

Developing Chrome extension using Vuejs
https://github.com/cksachdev/chrome-extension-vuejs-presentation

chrome-extension mdx-deck presentation vue2 vuejs

Last synced: about 21 hours ago
JSON representation

Developing Chrome extension using Vuejs

Awesome Lists containing this project

README

        

## Chrome extension using Vuejs

@Presented at https://awesomeconf.dev/ on 4th May 2019

Presentation link: https://cksachdev.github.io/chrome-extension-vuejs-presentation/#0

[![Presentation link](https://cksachdev.github.io/chrome-extension-vuejs-presentation/card.png)](https://cksachdev.github.io/chrome-extension-vuejs-presentation/#0)

## Resources
1. https://www.youtube.com/watch?v=eUxVbVAitKM
2. https://github.com/TylerLeonhardt/seattle-code-camp
3. https://www.pscp.tv/w/1ynJOVOzAAqGR

### Old style
1. https://github.com/HaNdTriX/generator-chrome-extension-kickstart
2. http://yixi.pro/ChromeExtensionDocument/tut_oauth.html

### Samples
1. https://github.com/huixisheng/chrome-extensions/tree/01592980de1f53afee74387469b3775ec0ee438c
2. https://github.com/GoogleChrome/chrome-app-samples
3. https://github.com/orbitbot/chrome-extensions-examples
4. oauth https://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/gdocs/

### tools:
https://github.com/didikee/Dev_Tools
### icon generation:
https://android-material-icon-generator.bitdroid.de/#section-material-icons

## Install

```bash
git clone # or download a zip
npm i # install depedencies
```

## Getting Started

```bash
npm start # run the presentation
npm run demo # run the demo
```

```
Made with ❤️ & 🔧 & 📚 & 🔥
```