Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 508 Bytes

mdc-datatable-demo

Example of mdc datatable with laravel mix and vue2

  1. From the root folder of the project install node dependencies of the package.json with
npm install
  1. After packages has been installed build your components with
npm run dev

for one time build or use

npm run watch

for automatically running builds on file change

  1. Build files are in app/build start the index.html file no server needed

Build configuration in webpack.mix.js