skyrpex / laravel-nuxt-js

Build a SPA with Laravel and Nuxt.
https://www.npmjs.com/package/laravel-nuxt
MIT License
146 stars 20 forks source link

Typescript not supported #22

Open aleALFA opened 4 years ago

aleALFA commented 4 years ago

The nuxt version does not support Typescript

skyrpex commented 4 years ago

Not sure what do you mean exactly, but you can install nuxt manually along with laravel-nuxt. You should be able to use a nuxt.config.ts file instead of nuxt.config.js.