- Provide a graphic interface for the scheduler APIs
- 1.0.0 : Vue/Nuxt project setup with vuetify templating
- 1.0.1 : Creating API call, simple sotre and components to check if the backend is up and running
- 1.0.2 : Implementing simple spring cron expression validator with API call
- This will work with the scheduler spring project started, please see this other project.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out the documentation.