@siposdani87/sui-js
v1.0.0
Published
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.
Downloads
12
Readme
SUI-JS
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
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.
Developer
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! 🎉