Valyrian.js 5.0.8

Get started - Installation

What is Valyrian.js?InstallationHyperscript/JSXComponentsLifecycle methodsDirectivesServer side jsxPlugins

Installation

Standalone in the browser

<script src="https://cdn.jsdelivr.net/npm/valyrian.js">script>

With Rollup or Webpack

Install with npm or yarn
npm i valyrian.js
//or 
yarn add valyrian.js
Then:
import 'valyrian.js';
// or
require('valyrian.js');

Globals

Valyrian.js is intended to be used in both sides, backend and frontend. So, its core is implemented such way that it will be available globally through window.v or global.v.