Nenhuma descrição

Bachir Soussi Chiadmi 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 anos atrás
assets 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 anos atrás
build 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 anos atrás
src 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 anos atrás
static 574cf945f4 first app draft 4 anos atrás
test 574cf945f4 first app draft 4 anos atrás
.babelrc 574cf945f4 first app draft 4 anos atrás
.eslintignore 574cf945f4 first app draft 4 anos atrás
.eslintrc.js 574cf945f4 first app draft 4 anos atrás
.gitignore 574cf945f4 first app draft 4 anos atrás
.travis.yml 574cf945f4 first app draft 4 anos atrás
README.md 574cf945f4 first app draft 4 anos atrás
index.html 574cf945f4 first app draft 4 anos atrás
license.txt 574cf945f4 first app draft 4 anos atrás
package-lock.json 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 anos atrás
package.json 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 anos atrás
vue.config.js 88a9a31768 displaying a cube with vue-threejs, WAOU! 3 anos atrás

README.md

Muntadas

How to use

clone this repos

install

npm install

run dev

npm run dev

open http://localhost:8080 in your browser

run prod

npm run prod

then deploy the dist folder

Questions

axios get xml ?

https://github.com/axios/axios/issues/667

accessibility ?

https://medium.com/@emilymears/getting-started-with-web-accessibility-in-vue-17e2c4ea0842 https://github.com/vuejs/vuejs.org/pull/1002 [x] https://github.com/maranran/eslint-plugin-vue-a11y

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