Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 875 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 875 Bytes

new-tab-reminder

Chrome Extension

Project setup

The project is build using:

  • Node version 16.14.2
  • Yarn version 1.22.15
  • npm version: 8.5.5
  • OS: Ubuntu 22.04
yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Build Google Chrome extension

yarn build-google

Build firefox extension

yarn build-firefox

Lints and fixes files

yarn lint

Credits:

Initial vue todo app was build using the code form: Vue.js workshops Source code is available at: https://github.com/coderhs/new-tab-reminders

Feel free to fork, make modification and send a pull request.