Skip to content

NoraAnlima/Systems-Development-and-Frameworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systems Development and Frameworks - Group Assignments - Winter Term 2019/20

Build Status

Group Members

Github Alias Name
@NoraAnlima Nora K.
@aradar Ralph S.

Exercise 1

Our solution for the first homework can be found in the todo-list directory. To make it easier to develop and deploy on our computers we decided to port the given example code into the hello world example project structure (yarn + single file components) of the vue-cli project. This allows us to manage dependencies easily and gives us also the opportunity to try TypeScript as this is a preconfigured choosable variant from the vue-cli tool.

Trying the code is as easy as going into the todo-list dir and calling yarn install followed by yarn serve. If not already installed you obviously have to install yarn before doing that :). Running the unit tests is possible with yarn test:unit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.3%
  • TeX 20.0%
  • Vue 6.4%
  • JavaScript 5.2%
  • Other 1.1%