25 lines
467 B
Markdown
25 lines
467 B
Markdown
# 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](https://itnext.io) from Daniel Cook.
|
|
|
|
[Vue.js REST API Consumption with Axios](https://alligator.io/vuejs/rest-api-axios/)
|