framwork ready, need to test the api access

This commit is contained in:
2021-01-18 16:51:36 +01:00
parent 6636ca21c2
commit 40bf13de53
267 changed files with 46809 additions and 4 deletions
+34
View File
@@ -0,0 +1,34 @@
# En Françai(s)
## 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](https://itnext.io) from Daniel Cook.
[Vue.js REST API Consumption with Axios](https://alligator.io/vuejs/rest-api-axios/)