@jswf/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

@jswf/core -- javascript window framework

Front end framework JavaScript Window Framework (npm module version)

screen

screenshot

link

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

Package Sidebar

Install

npm i @jswf/core

Homepage

croud.jp

Weekly Downloads

0

Version

0.1.10

License

MIT

Unpacked Size

663 kB

Total Files

106

Last publish

Collaborators

  • sora_kumo