An open API service indexing awesome lists of open source software.

https://github.com/aldy505/vue-affiliate-sample

Simple affiliate implementation for a web app with Vue & Express
https://github.com/aldy505/vue-affiliate-sample

Last synced: about 2 months ago
JSON representation

Simple affiliate implementation for a web app with Vue & Express

Awesome Lists containing this project

README

        

# Vue Affiliate Sample

To run this, you'll need a MySQL instance running. Suit yourself, either using docker or standalone instance.

You'll also need Node v16 and up.

```sh
$ git clone https://github.com/aldy505/vue-affiliate-sample.git

$ cd vue-affiliate-sample

$ npm install

$ npm run dev

```