veight

1.2.5 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i veight

Weekly Downloads

7

Version

1.2.5

License

none

Unpacked Size

4.49 kB

Total Files

6

Last publish

Collaborators

  • faztasio