Skip to content

ambichetan/marko-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marko-test

This is a sample Markojs Application. More info here: https://markojs.com/docs/getting-started/

we can build our bundle for the browser:

lasso --main client.js --plugins lasso-marko --inject-into index.html

This builds a client.js file to the newly created static/ directory and injects the required <script> tags into our HTML page to load our application in the browser. If we had css in the view then tags would have also been added.

Load up that page in your browser and you should see Hello Marko staring back at you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published