Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lakefire

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lakefire

Develop faster with components and enjoy their simplicity (similar to Angular or React)

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Lakefire

Component based

Develop faster with components and enjoy their simplicity (similar to Angular or React)

container
    MyComponent(props={color: 'blue'})

Simple template syntax

Use a simple and clear syntax to write your templates. (pug like)

  • No unecessary punctuation and closing tags
  • Build in loops and conditions
  • Embedded javascript linked to your component
  • Containers for simple layout
container middle left margin 20
    input#firstName.form-control(type='text')
    button.btn-light(title='title') Done

Build in live data connection

Stop fighting with REST endpoint, data fetching is made simplier

  • Socket connection to fetch data in Mongo via Moongoose : live data without effort
  • Simple request syntax on client side : get only the data you need, no less, no more (fields are compiled automatically)
  • Powerful cache and request building to get your data faster
container
    for city of database.get('City')
        table
            tr
                td {city.name}
                td {city.population}

Full liberty

Although usual features are simplified and automated, no limit is set to what you can do, just code as before

VSCode integration

Coloring and completion for .lkf template

FAQs

Package last updated on 18 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc