Before getting started with Select.js, please read through the following instructions:
Install the packages using the following NPM commands:
npm install -g typescriptnpm i tsup -Dnpm install terser -Dnpm install @swc/core -DTo build the TypeScript, run the following command:
npm run build-typescriptTo build the SASS, run the following command:
npm run build-sassTo build the everything, run the following command:
npm run buildTo build the TypeScript, run the following command:
npm run build-minimized-typescriptTo build the SASS, run the following command:
npm run build-minimized-sassTo build the everything, run the following command:
npm run build-minimizedTo build the TypeScript, run the following command:
npm run build-typescript-esm