Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 592 Bytes

PO2020

Installation

Requirements: Node.js 12+

npm install -g parcel-bundler
npm i

Deployment

Build the application:

npm run build

A static build of the application will be available in the dist directory.

Limitation

Images are automagically compressed, but right now there aren't plugin to add multiple sizes (it might come soon: (https://github.com/parcel-bundler/parcel/issues/3737)[https://github.com/parcel-bundler/parcel/issues/3737]) to use in responsive website so sizing must be manually (xnconvert is recommended).