Skip to content
/ Vector Public

Vector.js is a module providing abstractions for component driven development in Vanilla JavaScript. "Why would anybody do that to themselves?" - i hear you ask. I have no clue mate.

Notifications You must be signed in to change notification settings

BlitzJB/Vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector.js

Vector.js is a module providing abstraction for building web compoments on pure javascript.

But why? - Why not

You can include Vector.js into your code with a CDN like so:

  <!-- Full -->
  <script type="module" src="https://cdn.jsdelivr.net/gh/BlitzJB/Vector/Vector.js"></script>

  <!-- Minified -->
  <script type="module" src="https://cdn.jsdelivr.net/gh/BlitzJB/Vector/Vector.min.js"></script>

About

Vector.js is a module providing abstractions for component driven development in Vanilla JavaScript. "Why would anybody do that to themselves?" - i hear you ask. I have no clue mate.

Resources

Stars

Watchers

Forks

Packages

No packages published