0.1.20 • Published 3 years ago
@xirelogy/xw v0.1.20
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
andxirelogy-xw.min.js
can be found in thedist
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
3 years ago
0.1.18
3 years ago
0.1.19
3 years ago
0.1.17
3 years ago
0.1.16
4 years ago
0.1.15
4 years ago
0.1.14
4 years ago
0.1.13
4 years ago
0.1.12
4 years ago
0.1.11
4 years ago
0.1.10
4 years ago
0.1.8
4 years ago
0.1.9
4 years ago
0.1.7
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago