You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a module Toto, define
Toto.html (or another extension if it is not real html. Decide which DSL to use. Decide the API in JS)
Toto.js
Then compile html and js to Toto.js which include all the code to create the nodes+style. Prefix the context to the style names.
To build the final application => pack all js files using standard techniques
For a module Toto, define
Toto.html (or another extension if it is not real html. Decide which DSL to use. Decide the API in JS)
Toto.js
Then compile html and js to Toto.js which include all the code to create the nodes+style. Prefix the context to the style names.
To build the final application => pack all js files using standard techniques
see #10 for the css
The text was updated successfully, but these errors were encountered: