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.
- Host: GitHub
- URL: https://github.com/aiverreaver/laravel-vue-typescript
- Owner: AiverReaver
- Created: 2018-12-05T08:52:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:02:36.000Z (over 2 years ago)
- Last Synced: 2023-03-07T11:57:04.069Z (about 2 years ago)
- Topics: laravel5, laraveltypescript, larvel-vue, typescript, vue, vue-typescript, vue-typescript-webpack, vuejs, webpack4
- Language: PHP
- Homepage:
- Size: 1.84 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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/).