Projet VueJs du cours GUI2 au CPNV
Clone the repository with
git clone https://github.com/Dardanboy/VueJsGui2.git
Go to your project folder and run the installation of laravel dependencies.
cd /path/to/your/local/clone/of/VueJsGui2
# install composer dependencies
composer install
# install the npm dependencies
npm i
When the dependencies are installed you must duplicate the .env.example
file and rename it to .env
.
Finally, for laravel to work properly, you must generate the application key.
cd /path/to/your/local/clone/of/VueJsGui2
php artisan key:generate
php artisan serve
Access localhost:8000 By Default (has to be change to another Port if already Used)