https://github.com/abdeljail/rest-api-vuejs
REST API VUEJS
https://github.com/abdeljail/rest-api-vuejs
axios rest-api restful-api router-dom vue-router vuejs
Last synced: 2 months ago
JSON representation
REST API VUEJS
- Host: GitHub
- URL: https://github.com/abdeljail/rest-api-vuejs
- Owner: abdeljail
- Created: 2022-06-01T18:56:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T18:57:42.000Z (about 4 years ago)
- Last Synced: 2025-03-21T17:20:59.144Z (over 1 year ago)
- Topics: axios, rest-api, restful-api, router-dom, vue-router, vuejs
- Language: Vue
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rest_api_learn
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).