Skip to content

Files

Latest commit

a7f86b1 · Dec 16, 2024

History

History

js-toolkit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 4, 2022
Dec 16, 2024
Aug 19, 2022
Jan 18, 2022
Jun 7, 2024
Oct 19, 2021
Oct 5, 2020
Oct 14, 2020
Oct 5, 2020
Oct 5, 2020
Oct 20, 2020
Dec 16, 2024
Oct 5, 2020
Oct 5, 2020
Oct 19, 2021
Oct 19, 2021

⚠️ This project is now deprecated. These tools are deprecated as of Liferay 2024.Q4/7.4 GA129, and they are planned for future removal. Modern browsers (and Liferay DXP) all support including JavaScript ECMAScript modules directly, so these tools are no longer needed.


liferay-js-toolkit

global

Setup

  1. Install NodeJS >= v10.15.1, if you don't have it yet.

  2. Run the bootstrap script to install local dependencies and link packages together:

yarn install
  1. Build all packages
yarn build
  1. Run tests:
yarn test

Useful resources

You can file any bug related to this project in the issues page.

You can also get information about released versions and their changes in the CHANGELOG.md files found in the various subdirectories of the packages/ directory