List Maker - CQRS and Event Sourcing Example

This is the frontend app written in Vue.js for the CQRS and Event Sourcing Example project.

demo

Usage

Instalation

  1. Follow the installation instructions for the backend app and start it;

  2. Clone the repository:

    $ git clone [email protected]:renan-taranto/list-maker.git

  3. Move to the project directory:

    $ cd list-maker

  4. Install dependencies:

    $ npm install

Starting the application in development mode

$ npm run serve

Compiles and minifies for production

$ npm run build

Lints and fixes files

$ npm run lint

Author

Renan Taranto ([email protected])

GitHub

https://github.com/renan-taranto/list-maker