Framework Converter: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "The Framework Converter is an app which converts control frameworks to Bootstrap 4. It works on projects saved using [http://www.nsbasic.com AppStudio]. === Running the Fra...")
 
No edit summary
Line 1: Line 1:
The Framework Converter is an app which converts control frameworks to Bootstrap 4. It works on projects saved using [http://www.nsbasic.com AppStudio].
The Framework Converter is an app which converts control frameworks to Bootstrap 4. It works on projects saved using [http://www.nsbasic.com AppStudio].


It can convert
* jQuery Mobile 1.4 to Bootstrap 4
* Bootstrap 3 to Bootstrap 4


The app itself is written in AppStudio, using Node libraries. It compiles into standalone apps for Windows and MacOS using Electron. The project is kept in a public repository in GitHub, called [[nsbasic/framework-converterhttps://github.com/nsbasic/framework-converter.appstudio|nsbasic/framework-converter]].
==== Bootstrap 3 Conversions ====
==== jQuery Mobile Conversions =====
Users are invited to open issues, look at the code and improve the app.


=== Running the Framework Converter ===
=== Running the Framework Converter ===

Revision as of 22:24, 22 January 2019

The Framework Converter is an app which converts control frameworks to Bootstrap 4. It works on projects saved using AppStudio.

It can convert

  • jQuery Mobile 1.4 to Bootstrap 4
  • Bootstrap 3 to Bootstrap 4

The app itself is written in AppStudio, using Node libraries. It compiles into standalone apps for Windows and MacOS using Electron. The project is kept in a public repository in GitHub, called nsbasic/framework-converter.

Bootstrap 3 Conversions

jQuery Mobile Conversions =

Users are invited to open issues, look at the code and improve the app.

Running the Framework Converter

Reporting Issues

Modifying the Framework Converter