Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

bortexz/chrome-extension-angular2-sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension Angular2 Sidebar

Chrome extension starter that opens a sidebar with an Angular2 page

Preview

How to use

First of all, clone this repository into your machine:

git clone https://github.com/bertofer/chrome-extension-angular2-sidebar

Then navigate to src/page-sidebar/ and execute:

npm install

This will install all the required modules needed to build the sidebar page. Then, to build the sidebar do

npm run build-prod

It will generate the dist/ folder with the compiled version that the index.html is expecting to use. While you are developing, you can use npm run build to build the dev version, or npm run build-watch to rebuild each time you save any of the files.

Thanks

Special thanks to:

License

The MIT License (MIT) Copyright (c) 2016 Alberto Fernandez

About

Chrome extension starter that opens a sidebar with an Angular2 page

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors