mirror of
https://github.com/vale981/Vulcan
synced 2025-03-13 05:46:38 -04:00

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
8 lines
No EOL
176 B
JavaScript
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'; |