Skip to content

semapheur/jl-genie-quantapp

Repository files navigation

Run app

julia --project # -e 'using Pkg; Pkg.activate(\".\"); Pkg.instantiate(); Pkg.precompile()'
using GenieFramework, Genie.loadapp(), up()

Activate the evironment (in package mode)

activate .
instantiate

Create resource

using Genie
Genie.Generator.newresource("resource_name")

using SearchLight
SearchLight.Generator.newresource("resource_name")

Migrates table

#]pkg activate .
#]pkg instantiate

using SearchLight
using SearchLightSQLite

SearchLight.Configuration.load() |> SearchLight.connect
SearchLight.Migration.init()
SearchLight.Migration.status()
SearchLight.Migration.last_up()

Parse Vue to Julia

using StippleUI.StippleUIParser

parse_vue_html(html_string, indent=2) |> println

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published