This is VUE based frontend for OpenTMI
Playground here
TBD
- Login / Logout
* github login is not ready yet
- Dashboard
* overall status of opentmi
- Test Case
- Test case list view
- Result
- list view
- pivot view
- tree view
- Resources
- list view
You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, vue-cli , axios and element-ui, all request data is simulated using Mock.js. Understanding and learning this knowledge in advance will greatly help the use of this project.
# clone the project
git clone https://github.com/opeontmi/opentmi-default-gui.git
# enter the project directory
cd opentmi-default-gui
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9527
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
Refer to Documentation for more information
Detailed changes for each release are documented in the release notes.
Modern browsers and Internet Explorer 10+.
IE / Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
Copyright (c) 2019-present Jussi Vatjus-Anttila