pitiK3U / ISIS

(Deprecated) An Information System made by Informatics student

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISIS

This project is my highschool thesis. It's purpose is to show how to create simple PWA (progressive web app) using framework Vue.js. More information can be found in pdf with my thesis. Project is running online on website hlinacz.github.io (not anymore).

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

In this mode service worker won't work because it must use production mode.

Compiles and minifies for production

npm run build

You can serve this build with http-serve for testing purposes.

Lints and fixes files

npm run lint

Deployment to github pages

For deployment I am useing deploy.sh. You can change this file to your github.

TODO: write tests

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

About

(Deprecated) An Information System made by Informatics student

License:MIT License


Languages

Language:Vue 59.9%Language:JavaScript 26.8%Language:HTML 11.1%Language:Shell 2.2%