Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuenotes

A Vue Experiment - Chrome extension for replacing a new tab with notes.

This explores the concept of Vue Single File Components along with other vue properties/functionalities and concepts involved in creating a chrome extension:

  • use of multiple single file components and using a component in another component
  • use of manifest.json for a simple chrome extension
  • use of chrome storage for saving notes locally
  • use of vue transition component

Development

$ yarn install

Run locally

$ yarn start

Install as a chrome extension on your machine

  1. First, run it locally using yarn start
  2. Then open Chrome. Go to chrome://extensions/. Make sure that Developer Mode is turned on. And then Load unpacked extension. Specify the dist directory.

Now the extension is loaded, and you should see "+" when you open a new tab. Click on the "+" and start using vuenotes

About

A Vue Experiment - Chrome extension for replacing a new tab with notes

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages