Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cksachdev/chrome-extension-vuejs-presentation
- Owner: cksachdev
- Created: 2019-05-03T20:59:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T08:10:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T23:53:06.539Z (over 1 year ago)
- Topics: chrome-extension, mdx-deck, presentation, vue2, vuejs
- Language: JavaScript
- Homepage: https://cksachdev.github.io/chrome-extension-vuejs-presentation/#0
- Size: 1.38 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
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 ❤️ & 🔧 & 📚 & 🔥
```