- | - |
---|---|
Design Process | Design Form |
Start Process | Start With Form |
Todo Page | Instance Management |
git clone https://github.com/firstep/theflow-console.git
cd theflow-console
npm i # or cnpm i
npm start # or npm run dev
.env - for production environment
.env.dev - for devolpment environment
.env.test - for test environment
//config backend baseurl
VUE_APP_BASEURL=http://localhost:8080
Get backend source code: https://github.com/firstep/theflow
- axios
- vuetify-dialog