Açıklama Yok

Bachir Soussi Chiadmi 87d66a76a7 refactored grid placement, now up to 4 faces available 3 yıl önce
assets 83c9c24ba5 comme back to home on title click 3 yıl önce
build 501d364a22 switched REST to GRAPHQL strapi api 3 yıl önce
src 87d66a76a7 refactored grid placement, now up to 4 faces available 3 yıl önce
static 574cf945f4 first app draft 4 yıl önce
test 574cf945f4 first app draft 4 yıl önce
.babelrc 574cf945f4 first app draft 4 yıl önce
.eslintignore 574cf945f4 first app draft 4 yıl önce
.eslintrc.js 574cf945f4 first app draft 4 yıl önce
.gitignore 574cf945f4 first app draft 4 yıl önce
.travis.yml 574cf945f4 first app draft 4 yıl önce
README.md ff74bd2cdf readme 3 yıl önce
index.html e8e679a442 looking arround is quite working 3 yıl önce
license.txt 574cf945f4 first app draft 4 yıl önce
package-lock.json f41ebbc03c added levels, started to use graphql-query-builder 3 yıl önce
package.json f41ebbc03c added levels, started to use graphql-query-builder 3 yıl önce
vue.config.js 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 yıl önce

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