Vulcan/packages/example-simple/lib/modules/index.js
Brett 4af42540e3 Added comments from the example-simple video tutorial for reference for learners.
There are 12 steps that can be found in the project by searching #tutorial-step-1 and so on up to 12. The video is here: http://docs.vulcanjs.org/example-simple.html
2018-01-10 18:32:15 +09:00

8 lines
No EOL
176 B
JavaScript

// modules/index.js - #tutorial-step-8 -
// This is where we import our collections
// The Movies collection
import './movies/collection.js';
// Routes
import './routes.js';