Skip to content

Files

Latest commit

85078c7 · Mar 7, 2025

History

History

ui

SBW website

Convert SBW (Savings Bond Wizard) files to CSV format so they can be opened in your favorite spreadsheet program including LibreOffice Calc and Excel.

Available Scripts

This project was bootstrapped with Vue CLI with the following config.

In the project directory, you can run:

yarn serve

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

This will create a dist folder which can be deployed to gh-pages or any other host.

yarn lint

Runs the linter against your code.

yarn deploy

Deploy to IBM Cloud - requires ibmcloud CLI and, of course, you have to log into an account.

yarn test:unit

Runs your unit tests - BTW there are NO unit tests

Learn More

You can learn more in the Vue CLI Overview.

To learn Vue, check out the Vue documentation.