Skip to content

A web application with the aim of defining teams and listing medical care teams, focusing on the use of VueJS state management, as well as the use of VueJS routes, properties and directives and the Fake API with the JSON server.

Notifications You must be signed in to change notification settings

jonasmzsouza/vue-medical-emergency

Repository files navigation

GitHub language count Repository size GitHub last commit


screenshot vue-medical-emergency


About | Technologies | How to | Learning | Author

💻 About the project

This project was generated with Vue CLI version 5.0.8.
This project was developed with VueJS from the Advanced Web Development with Vue (v2 and v3) and Vuex at Udemy. Cloud deployment with GithubPages.
A web application with the aim of defining teams and listing medical care teams, focusing on the use of VueJS state management, as well as the use of VueJS routes, properties and directives and the Fake API with the JSON server.


🛠 Technologies

Technologies and tools that were used in the development of the project:

Languages | Environments | Frameworks | Libraries | Techniques

  • HTML5
  • CSS3
  • Bootstrap
  • JavaScript
  • VueJS
  • JSON Server

Utilities


🔧 How to

Requirements

  • node 16.x
  • npm 8.x
  • vue cli 5.0.8

Installation

Frontweb

  1. clone repo
  2. delete the file package-lock.json
  3. install the dependencies npm install
  4. run npm run serve for a dev server
  5. navigate to http://localhost:8080/

Fake API

  1. install JSON Server npm install -g json-server
  2. start JSON Server json-server --watch db.json
  3. navigate to resources http://localhost:3000

Resources


📖 Learning

  • Properties
  • Components
  • Directives
  • LifeCycle Hooks
  • Vue Router
  • Vuex
    • state
    • getters
    • mutations
    • actions
  • JSON Server

👨‍💻 Author


Jonas Souza

Github Badge Linkedin Badge

About

A web application with the aim of defining teams and listing medical care teams, focusing on the use of VueJS state management, as well as the use of VueJS routes, properties and directives and the Fake API with the JSON server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published