Socket
Socket
Sign inDemoInstall

@lumen.js/cli

Package Overview
Dependencies
211
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lumen.js/cli

LumenJS is a tiny robust reactive javascript framework for building scalable and high-performant web applications and web user interfaces, be it simple or complex, with standard HTML, CSS and JavaScript


Version published
Maintainers
1
Created

Readme

Source

LumenJS Reactive JavaScript Framework

LumenJS is a tiny robust reactive javascript framework for building scalable and high-performant web applications and web user interfaces, be it simple or complex, with standard HTML, CSS and JavaScript. LumenJS Documentation

LumenJS comes along with MobiusCSS library which is a utility-first CSS framework packed with grid and table sectioning systems and classes like g, mt20, pv100, c and sq that can be composed to build any design, directly in your markup. MobiusCSS Documentation

 

Installation

Using npm:

npm install -g @lumen.js/cli

 

USAGE

Create A New Project

lu create My Project Name

 

Run The Project

lu serve

 

Create A View

lu create -v myview

 

Create A Sub View

lu create -s mysubview

 

Create A Component Template

lu create -c mycomponent

 

Purge Offline Cache Files (For Offline Usage)

lu purge

 

Build A Dist For Production Version + NodeJs Server

lu build

 

Build A Dist For Production Version without NodeJs Server

lu build --no-server

Keywords

FAQs

Last updated on 21 Aug 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc