List Maker - CQRS and Event Sourcing Example
This is the frontend app written in Vue.js for the CQRS and Event Sourcing Example project.
Usage
Instalation
-
Follow the installation instructions for the backend app and start it;
-
Clone the repository:
$ git clone [email protected]:renan-taranto/list-maker.git
-
Move to the project directory:
$ cd list-maker
-
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])