veight

Javascript framework for making awesome websites.

Usage no npm install needed!

<script type="module">
  import veight from 'https://cdn.skypack.dev/veight';
</script>

README

veight

Javascript framework for making awesome websites.

// Create a new app
veight.app("mainApp",function(modules) {
  veight.write("Hello world!");
});
// Completely working example!

Wanna give it a whirl?

Type this in the command line:

npm i veight

Now in the folder that you installed it in, create an index.html file, (or any HTML file name,) and write this in above all your imported scripts:

<script src="/node_modules/veight/index.js"></script>

We are now all good to go, happy coding!