victorpugin / modern-new-tab

A super cool chrome new tab extension
https://chrome.google.com/webstore/detail/modern-new-tab/cfcfdcmfidkkggcbmmedebfjmdmjpckk
MIT License
1 stars 0 forks source link
chrome-extension vuejs2

Modern New Tab

A super cool chrome new tab extension

Installation

Install from the Chrome Web Store.

Features

Development

Following the setup instructions, you can run the code by yourself.

Setup

# install dependencies
$ npm install # or yarn

# copy configuration file and set your API keys
$ cp config/unsplash-credentials.js.example config/unsplash-credentials.js

# run in dev mode with hot-reloading
$ npm run dev # or yarn dev

# run in prod
$ npm run build # or yarn build

Then import in your browser

License

MIT