https://github.com/coder-abdo/vue-capstone-app
https://github.com/coder-abdo/vue-capstone-app
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/vue-capstone-app
- Owner: coder-abdo
- Created: 2023-12-01T23:12:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T23:12:55.000Z (over 2 years ago)
- Last Synced: 2025-01-14T11:58:20.297Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://vue-capstone-app.vercel.app
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-capstone-app
This a simple project for training on `vue`, `vuex`, `vue-router` and how to handle `async` data and display them on `routes` using `vuex` and `vue-router`.
## Techs I used in this project:
1. Vue V3.
2. Vuex.
3. Vue-Router.
4. TailwindCSS.
## Techs I will Focus On:
1. Pinia.
2. Typescript.
3. Large Projects.
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```