dframe / dframe-demo-webpack
It is a simple demo website based on Dframe Framework and Laravel-mix
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- dframe/database: ^1.3
- dframe/dframe: dev-master
- smarty/smarty: ^3.1
This package is auto-updated.
Last update: 2020-02-09 12:01:23 UTC
README
Documentation available at https://dframeframework.com
Installation
Clone or download this repo
Run
composer install
Next
npm install
Quickstart
Run
php -S localhost:3000 -t web/ server.php
and in other terminal tab/window run
npm run watch
to start watch js and scss files
Deploy
Run
npm run prod
to create production ready bundles
Configure
We use laravel-mix so if you want change something check laravel-mix documentation(https://github.com/JeffreyWay/laravel-mix/tree/master/docs#readme)