mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 13:36:37 -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
2 lines
116 B
JavaScript
2 lines
116 B
JavaScript
// client/main.js #tutorial-step-3 - This is the file that is called into package.js.
|
|
import '../modules/index.js';
|