Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.2 KB

ArthApp

⚡ Objectives of this project

  • Create a PWA with Vue.js
  • Deploy the product in a hosting external to github pages
  • Buy a custom domain and link it to the hosting platform
  • Create a TWA to generate a native mobile application
  • Create an account in the Play Store to upload the apk generated with the twa
  • Make updates, both to launch them on the website and in the play store application

✨ Simple and easy to use application to improve the calculation speed of simple arithmetic applications through the game


Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint