Skip to content

Associate ScalaTags with Vue.js directives and attributions.

Notifications You must be signed in to change notification settings

yuk1ty/vscalatags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscalatags

Overview

vscalatags is a library which makes available Vue.js directives and attributions on ScalaTags.

Usage

import vscalatags.Vue._

[...]
(div
    vIf := "showCondition",
    "Show If."
),
(div
    vElse,
    "Show Else."
)
[...]

@see: vscalatags.Vue

Install

Future Update.

About

Associate ScalaTags with Vue.js directives and attributions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages