/acronym-test

A quick Vue app for revising AWS acronyms

Primary LanguageVue

Acronym Tester

This is a very basic Vue app that lets you test your knowledge of AWS acronyms to get ready for the Cloud Practitioner exam. You can replace the acronyms in data/acronyms.json with any acronyms you like.

Project setup

npm install

Run the app in development mode

npm run serve

Compile and minify for production

npm run build