0.1.20 • Published 2 years ago

@xirelogy/xw v0.1.20

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

The XW Javascript framework

Introduction

XW is a simple Javascript framework that collect common utilities together. Focus including:

  • Internationalization (i18n) that is highly extensible built in the core.
  • Promise-based asynchronous support whenever needed.

The framework is written mostly with ES6 in mind, but the distribution will run on ES5 compliant browsers.

Using from npm

  • XW is available from NPM:
    npm install @xirelogy/xw
  • And you may start using by importing it into your script:

    import Xw from '@xirelogy/xw'

    or

    const Xw = require('@xirelogy/xw').default

Using from script

  • Script can be built staticly from the project:
    npm run build
  • The resulting xirelogy-xw.js and xirelogy-xw.min.js can be found in the dist folder, correspond to the normal version and the minimized version.

Documentation

  • The entire library is heavily documented, and documentation can be generated using JSDoc:
    jsdoc -c jsdoc.json
  • The resulting documentation can be accessed from docs/index.html.
0.1.20

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.17

2 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago