Skip to content

codeforanchorage/shelter-caller-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b28c4e · Apr 24, 2020

History

52 Commits
Nov 3, 2018
Apr 24, 2020
Apr 24, 2020
Nov 3, 2018
Dec 29, 2018
Dec 29, 2018
Apr 15, 2020
Nov 4, 2018
Apr 8, 2020
Nov 3, 2018
Apr 15, 2020
Apr 15, 2020
Nov 3, 2018
Nov 15, 2018

Repository files navigation

front-end

This is a Vue-based front-end for the shelter-caller system. It allows administrators to view counts and edit shelter information.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

This will run the vue development server. It will expect to to find the local API from bed count back-end running. The API URI for development is set in .env.development

Compiles and minifies for production

npm run build

This will build the Vue app and put the build artifacts in the folder indicated in vue.config.js. The default is to look for the sibling folder "../bedcount_backend/static/frontend/" which will allow the API code to serve them from App Engine. Once a new build is made of the front-end app the back end app will need to be redeployed in order to serve it.

Run your tests

npm run test

Lints and fixes files

npm run lint

About

Vue.js-based front end for shelter caller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published