framework-converter.appstudio
App to convert a project to Bootstrap 4. Read more here: https://wiki.nsbasic.com/Framework_Converter
Updating Dependencies
Dependencies should be updated each time a change is made to the package.json
file. Dependencies can be updated by typing npm install
as above.
AppStudio 7.2.1 is required.
Running locally
- Create a folder called local-deploy. It doesn't matter where.
- In AppStudio Preferences, set Deploy to the local-deploy folder.
- Deploy
- Open a console window in local-deploy/framework-converter
- do
npm install
(first time only) - do
npm start
- In subsequent runs, just do steps 3 and 6.
Building MacOS Executable
Follow instructions above to get the app running locally. Then, from the command line:
npm run package-mac
The app will be in local-deploy/framework-converter/release-builds/framework-converter.appstudio-darwin-x64
Building Windows Executable
Follow instructions above to get the app running locally. Then, from the command line:
npm run package-win
npm run makewin
The app will be in local-deploy/framework-converter/release-builds/windows-installer