You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dimti 2c2c419332 * allow use dev vitejs build without manifest reader 2 years ago
classes * allow use dev vitejs build without manifest reader 2 years ago
config + vitejs support 2 years ago
lang + component & twig function/filter for inject assets from manifest.json 2 years ago
updates Initial commit 3 years ago
.gitignore Initial commit 3 years ago
Plugin.php * allow use dev vitejs build without manifest reader 2 years ago
README.md + vitejs support 2 years ago
composer.json Initial commit 3 years ago

README.md

Env file example

Vitejs

VITE_DEV_SERVER_PROTOCOL=http
VITE_DEV_SERVER_HOST=localhost
VITE_DEV_SERVER_PORT=3000

VITE_PATH_SRC=assets/src
VITE_DIR_ENTRYPOINTS=entrypoints
VITE_PATH_BUILD=assets/build
VITE_ENTRYPOINTS_FILE=entrypoints.json
VITE_DEV_ENABLED=true