Vue+Laravel Integration
i purchase the Mteronic 8 to use VUE + Laravel together, i am bit new person to this environment anyone please help me by sending a video how to cretae a VUE+Laravel website.
installing Vue in Laravel or Otherhand side is easy . . Please help me
Replies (2)
Setup typescript config.
TypeScript requires a configuration file to work properly. We can create one using node_modules/.bin/tsc --init. (no need for the full path if you have a global TypeScript installation) that appears in the newly created tsconfig.json file.
Copy below typescript configuration and paste it into tsconfig.json in laravel app.
Unable to Pass this step
Hi,
As an alternative, you can just create a new tsconfig.json in your project root folder.
Please use the actual typescript configuration from tsconfig in vue package, the configuration in the doc is outdated I will update it for the next releases.