Skip to content

ReGetALife/spme.fe

Repository files navigation

spme.fe

GitHub Docker Cloud Automated build Docker Cloud Build Status Docker Image Size (tag)

This is the front-end project of a simulation platform of mainframe experiment at Tongji University, which is based on z/OSMF REST APIs .

Related project

spme.be

Todo List

  • fix UI & logic bugs
  • beautify UI
  • i18n
  • refine experiment doc
  • refine project structure
  • fix eslint
  • change site logo
  • importing components on demand
  • refine hard coded configuration

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Target output location will be dist folder by default.

Start server after build

npm run start

This will start an express app with proxy configured. Or you can deploy static files under dist folder with other web server e.g. Nginx.

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Deploy with Docker

Deploy this project to server using Docker image.

docker run --name spme-fe -d -p 20201:80 getalife/spme.fe:latest

About

Simulation Platform of Mainframe Experiment. Migrated from https://github.com/giuem/zosmf.fe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages