Tag - Parcel
Tags
ElectronTypescriptParcelVueWeb WorkersNuxtSEOHTMLJavaScriptNitroVue RouterThoughtsTailwindCSSFonts8/26/2024
Electron, TypeScript & Parcel Link to the article
Documentation for Electron is entirely in JavaScript, but that doesn't stop you from using TypeScript to generate that JavaScript. A few simple rules must be followed, mainly in the file loading paths. I have also prepared a small addition for the front-end part. Instead of the standard Electron HTML page, I will make a small compilation with Parcel.
Competence: Elementary
2/28/2024
Parcel & Robots Link to the article
There are different ways to tell ParcelJS which files are static and should not go through the build transformation, but if there are only a few, you can activate the transformers plugin and then include them directly in the build script in the package.json
file.