No Description

Bachir Soussi Chiadmi 456ed221d8 webpack prod removes console.log, + minor adjustments 3 years ago
assets 456ed221d8 webpack prod removes console.log, + minor adjustments 3 years ago
build 456ed221d8 webpack prod removes console.log, + minor adjustments 3 years ago
src 456ed221d8 webpack prod removes console.log, + minor adjustments 3 years ago
static 574cf945f4 first app draft 3 years ago
test 574cf945f4 first app draft 3 years ago
.babelrc 574cf945f4 first app draft 3 years ago
.eslintignore 574cf945f4 first app draft 3 years ago
.eslintrc.js 574cf945f4 first app draft 3 years ago
.gitignore 574cf945f4 first app draft 3 years ago
.travis.yml 574cf945f4 first app draft 3 years ago
README.md ff74bd2cdf readme 3 years ago
index.html e8e679a442 looking arround is quite working 3 years ago
license.txt 574cf945f4 first app draft 3 years ago
package-lock.json 456ed221d8 webpack prod removes console.log, + minor adjustments 3 years ago
package.json 456ed221d8 webpack prod removes console.log, + minor adjustments 3 years ago
vue.config.js 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 years ago

README.md

Muntadas

How to use

clone this repos

install

npm install

run dev

npm run dev

open http://localhost:8788 in your browser

run prod

npm run prod

then deploy the dist folder

Ref

Based on VueJs template using Webpack 4 from the 'Vue.js and Webpack 4 From Scratch' article series on itnext.io from Daniel Cook.

Vue.js REST API Consumption with Axios