1.2.5 • Published 6 years ago

veight v1.2.5

Weekly downloads
26
License
-
Repository
github
Last release
6 years ago

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!

1.2.5

6 years ago

1.2.4

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.0.0

6 years ago