| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
These playgrounds are intended for testing purposes.
To run a playground, clone this repository and follow the instructions below.
Before you run a playground, install modules and build the devextreme package. Run the following scripts from the root directory of this repository:
pnpm install pnpm run build -w=devextreme
NOTE: Requires Node v17+
pnpm run pack -w=devextreme-angular
cd apps/angular pnpm run start
pnpm run pack -w=devextreme-react
cd apps/react pnpm run start
pnpm run pack -w=devextreme-vue
cd apps/vue pnpm run start
To observe the changes made to the DevExtreme code within playgrounds, rebuild the devextreme package.
pnpm run build -w=devextreme
If you need your changes to apply dynamically without reloading the playground, save them in the following directory:
packages\devextreme\artifacts\npm\devextreme\esm
| Back | FazBrowse Home | New Git URL |