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
- Host: GitHub
- URL: https://github.com/aldy505/vue-affiliate-sample
- Owner: aldy505
- License: gpl-3.0
- Created: 2021-08-11T13:38:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T03:15:24.000Z (over 3 years ago)
- Last Synced: 2025-02-07T10:49:21.595Z (3 months ago)
- Language: Vue
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```