2026-01-06 17:38:26 -05:00
2026-01-06 17:38:26 -05:00
2026-01-06 17:38:26 -05:00
2026-01-06 17:38:26 -05:00
2026-01-06 17:38:26 -05:00
2026-01-06 17:38:26 -05:00
2026-01-06 17:38:26 -05:00
2026-01-06 17:38:26 -05:00

NATO Glossary, Public Client

This is the reop for the public client of the NATO Glossary project.

Stack

First-Time Setup

Install dependencies:

# npm
npm install

Development Environment

To properly run on and test this application, you'll need the following pieces to be running:

  • Development Server (the web app)
  • Local Database (a dev database that provides dummy data to testing)
  • Development API (the API that serves the dummy data from the database to the web app)

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.

Description
The public-facing web client for the NATO Glossary
Readme 192 KiB
Languages
TypeScript 91.6%
HTML 4.9%
Vue 3.5%