New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nxtcode/appx

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtcode/appx

Lightweight Javascript library to build Single-Page applications with VanillaJS and Web Component API.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Lightweight Javascript library to build Single-Page applications with VanillaJS and Web Component API.

  • use Lit (https://lit.dev/) to efficiently render and update the DOM
  • no dependencies from complex frameworks
  • routing, state and themes management
  • shadowDOM or not
  • Components Library
  • Templates Library
  • Functional Library and Integrations

Installation and usage

  • Install
    • webpack users
    • npm install
  • createApp

webpack users

webpack users

npm install

npm install @code_xyz/appX

createApp

  • In your app startup file (usually app.js or index.js)
import { App } from "@code_xyz/appX"
  • Create a page template ( e.g. IndexTemplate.ts )
import { CustomElement, custom_element } from "@code_xyz/appX"

FAQs

Package last updated on 29 Dec 2023

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