An open API service indexing awesome lists of open source software.

https://github.com/aiverreaver/laravel-vue-typescript

This quick start guide will teach you how to get Laravel TypeScript and Vue working together.
https://github.com/aiverreaver/laravel-vue-typescript

laravel5 laraveltypescript larvel-vue typescript vue vue-typescript vue-typescript-webpack vuejs webpack4

Last synced: about 1 month ago
JSON representation

This quick start guide will teach you how to get Laravel TypeScript and Vue working together.

Awesome Lists containing this project

README

        

# Laravel-Vue-Typescript
This quick start guide will teach you how to get Laravel TypeScript and Vue working together. This guide is flexible enough that any steps here can be used to integrate TypeScript into an existing Laravel project. Sepecfically Laravel 5.7 .

Laravel 5.7 uses Laravel-mix which down the line uses webpack 3 . Which is not what we want for typescript to work in laravel project.

just copy webpack.config.js package.json and run npm install

# Special thanks to
This git repo is made possible by some online tutorial
[teej](https://tj.ie/upgrading-to-webpack-4/).
[Titas Gailius](https://medium.com/@titasgailius/initial-laravel-setup-with-vuejs-vue-router-vuex-in-typescript-305f7fe9d62b).
[sebastiandedeyne](https://sebastiandedeyne.com/typescript-with-laravel-mix/).