An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/vue-capstone-app


https://github.com/coder-abdo/vue-capstone-app

Last synced: 28 days ago
JSON representation

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
```