Socket
Book a DemoInstallSign in
Socket

@jswf/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jswf/core

JavaScript Window Framework

latest
Source
npmnpm
Version
0.1.10
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

@jswf/core -- javascript window framework

Front end framework JavaScript Window Framework (npm module version)

screen

screenshot

  • source code
  • document
  • sample

target

  • TypeScript+ES5(JavaScript)
  • IE11 or later

history

  • 2019/09/06 0.1.10 Fix Splitter
  • 2019/08/23 0.1.09 Change package name

使い方

  • install
npm i @jswf/core
  • install template
npx init-jwf
  • build sample
npx webpack
  • result file
dist/public/js/bundle.js
  • Confirm in browser
dist/public/index.html
  • Use server
npx webpack-dev-server

Sample

import {FrameWindow} as JWF from '@jswf/core'

addEventListener("DOMContentLoaded", ()=>{
  const win = new FrameWindow();
  win.setTitle('SampleWindow') ;
  win.setPos();
});

License

Keywords

jswf

FAQs

Package last updated on 06 Sep 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