Skip to content

All angular acode is in the angular folder . This project is JIT project to dinamicly get html content from blade template (same as angular 1)

License

Notifications You must be signed in to change notification settings

tonimitrevski/Laravel-5-and-Angular2-JIT

Repository files navigation

Laravel 5 + Angular 2 JIT (Just In Time) with Webpack

alt tag

This is a Laravel5 + Angular2 projects.

Code

All angular acode is in the angular folder . This project is JIT project to dinamicly get html content from blade template (same as angular 1)

Starting the application

####First Please install composer

https://getcomposer.org/

####Second Install Laravel

  • composer install
  • copy .env.example to .env
  • php artisan key:generate

####Third You Must installed NodeJs

Install npm packed

npm install

And compile angular with webpack

npm run build-dev for DEVELOP or npm run build for PRODUCTION

##Enjoy

About

All angular acode is in the angular folder . This project is JIT project to dinamicly get html content from blade template (same as angular 1)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published