veight

Javascript framework for making awesome websites.


License
MIT
Install
npm install veight@1.2.5

Documentation

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!