There is no license information available for the latest version (0.0.2) of this package.

php cube ui vite, vue & tailwindcss setup

Maintainers

Details

github.com/cube-php/ui

Source

Issues

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/cube-php/ui

0.0.2 2023-07-03 07:46 UTC

This package is auto-updated.

Last update: 2025-10-01 00:10:10 UTC


README

This package, though usable, is still in testing phase.

  • Install package:
composer require cube-php/ui
  • After installing package, you will need to setup
php cube ui:setup
  • Add vite function in functions array inside config/view.php

  • Add VITE_PORT=5173 in env.dev file to set vite port

  • Run the command below for dev and production build

// dev build
npx vite

//production build
npx vite build

To use production build, set env to production