Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
/ vue-playlist Public archive

Application Vuejs & Rest API PHP de gestion de playlists d'album via Discogs

License

Notifications You must be signed in to change notification settings

Nouuu/vue-playlist

Repository files navigation

vue-playlist

Description

It is a personal project in which I'm experimenting with the vuejs framework with rest API in PHP.

Vue Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Php project setup

Configure your apache path

PROJECT_DIR/rest/api

Set your API domain in vue js

PROJECT_DIR/src/main.js
Vue.prototype.$api_url = 'http://api.test/';

Set your db connexion

PROJECT_DIR/rest/env.php

About

Application Vuejs & Rest API PHP de gestion de playlists d'album via Discogs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published