Example of mdc datatable with laravel mix and vue2
- From the root folder of the project install node dependencies of the
package.jsonwith
npm install- After packages has been installed build your components with
npm run devfor one time build or use
npm run watchfor automatically running builds on file change
- Build files are in
app/buildstart theindex.htmlfile no server needed
Build configuration in webpack.mix.js