Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 796 Bytes

README.md

File metadata and controls

50 lines (39 loc) · 796 Bytes

Joplin-Vue : The Front End of the project

Requirements

  • VueJS2 with :
    • Vuex
    • vuex-map-fields
    • axios
    • marked
    • js-cookie
    • vue-infinite-loading
    • bootstrap-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Joplin-web : The BackEnd

if you want to change the port of your back edit vue.config.js and change

target: 'http://127.0.0.1:8001'

to the value that fit your needs

see joplin-web/joplin_web/README.md file

Customize configuration

See Configuration Reference.