[Vuejs]-Using vue-grid-layout with Sails.js

0👍

I was able to get it working by including <script src="/vue-grid-layout.umd.min.js"></script> in the ejs page file, and pull data from the database. It’ll work for now but I’d like to figure out how to include the node module in the app instead.

Leave a comment