Menu

Creating a Website (HTML, Tailwind CSS, JS, Parcel js)
📰
0

Creating a Website (HTML, Tailwind CSS, JS, Parcel js)

DEV Community: parcel·Diego Paz·about 1 month ago
#BdmHT4CQ
#dev#code#parcel#grow#highlight#article
Reading 0:00
15s threshold

The final product Check this repository the final Website. Grow Consulting will help you identify the best opportunities for your company's growth. Some dependencies that will help us on our way. See Package.json parcel tailwindcss @mischnic/parcel-namer-preserve-structure -> Tries to retain the existing folder structure of your source files. @parcel/service-worker @parcel/transformer-webmanifest -> It will allow us to obtain a pwa lozad -> Lazy loader parcel-reporter-multiple-static-file-copier .parcelsrc File { "extends": ["@parcel/config-default"], "transformers": { "*.ico": ["@parcel/transformer-raw"], "*.woff": ["@parcel/transformer-raw"], "*.woff2": ["@parcel/transformer-raw"], "*.webmanifest": ["@parcel/transformer-webmanifest"] }, "namers": ["@mischnic/parcel-namer-preserve-structure"], "optimizers": { "*.html": ["parcel-optimizer-ogimage", "..."] }, "compressors": { "*.{html,css,js,svg,map}": [ "...", "@parcel/compressor-gzip", "@parcel/compressor-brotli" ] }, "reporters": ["...",…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More