Skip to content

minsujang0/nobleminsu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working Demo

KAIST HCI 2017 Spring Project Sagam

Project Sagam aims at redesigning fix request delivering experience of KAIST house parents. We implemented only Sagam's interface, not students and other staff's interface.

Installation

First you need to clone or download this repository

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Open index.html with browser to see our results.

Development

We used following frameworks

and part of following code snippet

Directory Structure

  • index.html is entry file and it includes templates of all vue components including App, Current, History, Edit Modal
  • manage_request.js declares all Components using templates in index.html
  • main.css styles most of pages except login modal
  • login.html, login.css, login.js is for handling login modal and it loaded via jQuery load() function

Usage

We supports only ECMAScript 5 compliant browsers, because vue depends on ECMAScript 5 features that are un-shimmable in IE8.

About

HCI 2017 Spring Project Sagam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors