Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

@symfony/ux-native

JavaScript assets of the symfony/ux-native PHP package.

Installation

This npm package is reserved for advanced users who want to decouple their JavaScript dependencies from their PHP dependencies (e.g., when building Docker images, running JavaScript-only pipelines, etc.).

We strongly recommend not installing this package directly, but instead install the PHP package symfony/ux-native in your Symfony application with Flex enabled.

If you still want to install this package directly, please make sure its version exactly matches symfony/ux-native PHP package version:

composer require symfony/ux-native:2.33.0
npm add @symfony/[email protected]

Tip: Your package.json file will be automatically modified by Flex when installing or upgrading a PHP package. To prevent this behavior, ensure to use at least Flex 1.22.0 or 2.5.0, and run composer config --json "extra.symfony/flex.synchronize_package_json" false.

Resources