client side JS
If I am using "lodash" on the client side, do I need to have a path for the browser to get it from NPM repository the way I wold if I wasn't using deno?
8 Replies
Not sure if I understand the question. Can you give an example?
right now I have to have something like
or this
in my
index.html
file.
I don't remember needing such things a while back when I was last using deno.What framework are you using?
currently oak. I think I was using Ultra when I used to do this
oak isn’t really a front end framework
you can just serve static html if you insist
I would recommend using something like ultra or fresh if you want to do front end
thank you. where can I find a good tutorial on fresh and/or ultra
thank you