Framework Converter: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
* Bootstrap 3 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]].
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 [https://github.com/nsbasic/framework-converter.appstudio framework-converter].


==== Notes on Bootstrap 3 Conversions ====
==== Notes on Bootstrap 3 Conversions ====

Revision as of 22:25, 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 framework-converter.

Notes on 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