Sebuah aplikasi sederhana untuk membuat diagram argumen di browser, anda juga bisa menyimpan diagram anda dalam bentuk file json, dan anda bisa me-load file json tersebu. masih banyak membutuhkan peningkatan dalam fitur dan kode
A simple argument mapping app created with Vue Js, you can export your work as json file, and you can load that file, still need more improvement, and responsive view for mobile
the user interface is in indonesian, will make it multi language soon.
demo, click this
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test