prajurock / cgm-frontend

Frontend for the Child Growth Monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Vue.js and TypeScript frontend of cgm-backend. Used for inspection and cleaning of data.

Getting Started

  1. Installation process

runs against the cgm-backend qa environment

cd frontend
npm install
npm run serve

For running a local cgm-backend replace qa with localhost:5000 in getRandomFromBackend

  1. Software dependencies
  • npm
  • vue-cli
  1. Latest releases
Ver Description
v0.1 Initial prototype
  1. API references

Build and Test

vue build

Copy dist onto $web container of the storage account.

Contribute

This project needs an owner and maintainers.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

About

Frontend for the Child Growth Monitor

License:GNU General Public License v3.0


Languages

Language:JavaScript 60.7%Language:Vue 21.6%Language:TypeScript 13.6%Language:HTML 4.0%