vikaskedia / vue-tryout-a

The app is described at:

Home Page:https://docs.google.com/document/d/1df9ra21vm1hwm_rrimZ2j7_qb_XuT6GngGzfY4dr7IE/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home page

Status

Description Status
The two components run from different frames chart-on-a-day chart-today No
Each frame can be loaded seperately in browser No
Each component is in its own repo No
Components have version # and can be added/upgraded/removed by enduser No
Both components share the same data using vuex Yes
repeated api calls are optimized using vuex-cache Yes
On page reload the api calls are not made again No
PanleTypeTable and CardTypeTable can be used both for student and teachers
Forms are generated using vue-generator
Forms are validated using vuelidate
Styles are abstracted so different styles can be applied
Use vue-bootstrap No

Running dev env

/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code .

Running server side

json-server db.json

Running client side

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

Customize configuration

See Configuration Reference.

About

The app is described at:

https://docs.google.com/document/d/1df9ra21vm1hwm_rrimZ2j7_qb_XuT6GngGzfY4dr7IE/


Languages

Language:Vue 78.5%Language:JavaScript 15.2%Language:HTML 6.3%