https://github.com/saadazghour/real-world-vue
:rocket: Repo for following along with Vue Mastery 'Real World Vue'
https://github.com/saadazghour/real-world-vue
axios axios-vue real-world-project vue-cli vue-components vue-mastery vue-router vuejs vuex
Last synced: about 1 month ago
JSON representation
:rocket: Repo for following along with Vue Mastery 'Real World Vue'
- Host: GitHub
- URL: https://github.com/saadazghour/real-world-vue
- Owner: saadazghour
- Created: 2020-05-03T18:13:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:55:24.000Z (over 2 years ago)
- Last Synced: 2025-03-31T04:41:12.402Z (2 months ago)
- Topics: axios, axios-vue, real-world-project, vue-cli, vue-components, vue-mastery, vue-router, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 2.82 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-vue
## 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/).