UNPKG

hydefront

Version:
42 lines (25 loc) 1.78 kB
# HydePHP Frontend Assets [![jsDelivr hits (NPM)](https://data.jsdelivr.com/v1/package/npm/hydefront/badge?style=rounded)](https://www.jsdelivr.com/package/npm/hydefront) [![NPM Downloads](https://img.shields.io/npm/dm/hydefront)](https://www.npmjs.com/package/hydefront) [![GitHub package.json version](https://img.shields.io/github/package-json/v/hydephp/hydefront)](https://github.com/hydephp/hydefront) [![NPM Version](https://img.shields.io/npm/v/hydefront)](https://www.npmjs.com/package/hydefront) ## About this repository Contains the frontend assets for HydePHP. ### About the files - **App.css**: A compiled and minified file containing the TailwindCSS styles for a base Hyde installation. This file is identical to what one would get by running `npm run build` in a new HydePHP project (which incidentally is exactly how this file is generated). ## Usage HydeFront is included with [HydePHP](https://github.com/hydephp/hyde) by default, you do not need to install it separately. ## Links: - GitHub https://github.com/hydephp/hydefront - NPM https://www.npmjs.com/package/hydefront - jsDelivr https://www.jsdelivr.com/package/npm/hydefront ## Supported Versions & Warranty HydeFront is not intended to be used for standalone projects and comes with no warranties for such usages. Changes in HydeFront are tied to those in the Hyde Framework and differing versions may be incompatible. | Hyde Version | Version | Supported | Notes | |:-------------|---------|--------------------|-------------| | 2.x | 4.x | :white_check_mark: | Latest | | 1.x LTS | 3.x | :white_check_mark: | LTS Support | | 0.x Beta | 2.x | :x: | Unsupported | | 0.x Alpha | 1.x | :x: | Unsupported |