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
- Host: GitHub
- URL: https://github.com/ahmed-dinar/express-vuejs-webpack-learning
- Owner: ahmed-dinar
- License: mit
- Created: 2017-06-18T02:04:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T23:18:13.000Z (about 9 years ago)
- Last Synced: 2024-12-27T09:12:17.942Z (over 1 year ago)
- Topics: expressjs, frontend-framework, nodejs, rest-api, vuejs, vuejs2, webpack, webpack2
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

API
