Skip to content

mcanvar/sticker-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Sticker Printer for TW-2044 Paper

Extension for Development

We will be using web-ext package for developing, so:

npm install --global web-ext

then:

web-ext run --start-url partner.trendyol.com

Extension Build

web-ext build --ignore-files="pages/public" --ignore-files="pages/src" --ignore-files="pages/*.*" --overwrite-dest

Page Project Setup

cd in pages directory then:

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify before building the etension

npm run build