Skip to content

Frontend app written in Vue.js for the "CQRS and Event Sourcing Example" project.

License

Notifications You must be signed in to change notification settings

renan-taranto/list-maker

Repository files navigation

List Maker - CQRS and Event Sourcing Example

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

CQRS Pattern

Usage

Instalation

  1. Follow the installation instructions for the backend app and start it;
  2. Clone the repository:
$ git clone git@github.com:renan-taranto/list-maker.git
  1. Move to the project directory:
$ cd list-maker
  1. 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 (renantaranto@gmail.com)

About

Frontend app written in Vue.js for the "CQRS and Event Sourcing Example" project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages