1.0.0 • Published 23 days ago

@siposdani87/sui-js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
23 days ago

SUI-JS

Version Download License

This is a lightweight FE framework. It is written in the TypeScript language. The codebase was documented with JSDoc and compiled with ESbuild advanced settings. In this framework there are a lot of predefined UI components.

Getting Started

Installing

npm install @siposdani87/sui-js

Basic Usage

Check example directory for more samples and options.

import { Application, Route } from '@siposdani87/sui-js';

const config = {
    app_id: 'APP_ID',
    locale: 'en-GB',
    backend: 'http://localhost:3000',
    production: false
};
const routes: Route[] = [];
const services: string[] = [];

const app = new Application(config);
app.run(routes, services);

Preview

Overview

Bugs or Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket. Pull request are also welcome.

DigitalOcean Referral Badge

Developer

Dániel Sipos

Sponsors

This project is generously supported by TrophyMap, I18Nature, and several other amazing organizations.

Special thanks

Jetbrains is now supporting this library with an open-source license, which will allow a better code! 🎉

jetbrains-logo

1.0.0

23 days ago

0.9.17

2 months ago

0.9.15

7 months ago

0.9.16

7 months ago

0.9.12

12 months ago

0.9.13

12 months ago

0.9.14

11 months ago

0.9.11

12 months ago

0.9.8

1 year ago

0.9.7

1 year ago

0.9.9

1 year ago

0.9.10

1 year ago

0.9.6

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.5

1 year ago

0.9.2

1 year ago

0.8.12

2 years ago

0.8.9

2 years ago

0.8.11

2 years ago

0.8.8

2 years ago

0.8.5

2 years ago

0.8.10

2 years ago

0.8.7

2 years ago

0.8.6

2 years ago

0.9.0

2 years ago

0.9.1

1 year ago

0.8.4

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago