An open API service indexing awesome lists of open source software.

https://github.com/ahmed-dinar/express-vuejs-webpack-learning

Self Learning of VueJS & Vuex using ExpressJS backend API & Webpack
https://github.com/ahmed-dinar/express-vuejs-webpack-learning

expressjs frontend-framework nodejs rest-api vuejs vuejs2 webpack webpack2

Last synced: 3 months ago
JSON representation

Self Learning of VueJS & Vuex using ExpressJS backend API & Webpack

Awesome Lists containing this project

README

          

## [VueJS](https://vuejs.org/), [Vuex](https://vuex.vuejs.org/en/), [ExpressJS](https://expressjs.com/), [Webpack](https://webpack.github.io/), [Font Awesome](http://fontawesome.io/), [Bootstrap-Vue](https://bootstrap-vue.github.io/)

> Self Learning of VueJS using ExpressJS backend API and Webpack.

```javascript
$ git clone https://github.com/ahmed-dinar/express-vuejs-webpack-learning.git
$ cd express-vuejs-webpack-learning

$ cd client/
$ npm install
$ npm run build

$ cd server/
$ npm install
$ node bin/www

Open: http://localhost:3000/
```

### Screenshots

Home
![Home](https://raw.githubusercontent.com/ahmed-dinar/express-vuejs-webpack-learning/master/home.png)

API
![Api Call](https://raw.githubusercontent.com/ahmed-dinar/express-vuejs-webpack-learning/master/countries.png)