DEPRECATED!!! Laravel 5.3 and Angular 2 (release) example project.

February 22, 2018 ยท View on GitHub

Installation:

composer install
npm install

Create .env file (can be based on .env.example

php artisan key:generate

Building

npm run prod

Watching

npm run dev

Server

php artisan serve

Info

To include component template to the component use following code:

'template': require('./first.template.html'),

Contents

  1. 1Installation:
  2. 2Building
  3. 3Watching
  4. 4Server
  5. 5Info
  6. 6To include component template to the component use following code: