Hacker News new | ask | show | jobs
by teeray 2368 days ago
I miss the days when JavaScript frameworks required only a script tag.
2 comments

I miss the days when Javascript didn't exist.
Those days are BAAACK. Use Vue ! (The best JS framework in the world!)

<script type="module"> import Vue from 'https://unpkg.com/vue@2.6.0/dist/vue.esm.browser.min.js'; new Vue({ ... }); </script>