Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.58 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.58 KB

ConvoMark Frontend

Netlify Status

This is the ConvoMark's web GUI. Here users can manage all their collections and bookmarks. All bot functionalities are replicated here. If you can do it in the both, you should be able to do it here (and viceversa).

Check out the full documentation here!

The application is built with VueJS 2 and leverages some packages from the Vue ecosystem, such as:

  • Vuex for application-wide state management
  • Vue Router for local page navigation (using HTML5 History API)
  • Vue Apollo for sending GraphQL requests to the backend
  • Vue i18n for text localization
  • Buefy for Bulma-styled Vue components

Styles are provided by Bulma, a powerful and easy to use CSS component framework.

Project requirements

  • Node 10.15 or later
  • Yarn 1.13 or later

You will also need to have the backend up and running in order for the frontend to work. Check out its documentation for more information.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Run your end-to-end tests

yarn test:e2e

Customize configuration

See Configuration Reference.