llvdl / stock-trader

An example Vue application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stock-trader

A Vue.js project

This is a simple Vue js application built as an Vue js exercise as part of the course "Vue JS 2 - The Complete Guide (incl. Vue Router & Vuex)" on Udemy.

The api folder contains a simple PHP backend application written using Slim to store and retrieve state.

Build Setup (Vue)

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

The api folder contains a simple PHP backend application to store and retrieve state.

Build Setup (Slim)

# install dependencies
composer install

# start server
php -S localhost:8081

About

An example Vue application


Languages

Language:JavaScript 41.6%Language:Vue 36.1%Language:PHP 21.2%Language:HTML 1.2%