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

https://github.com/adearya/learn-vue3-composition-api

Learn Vue3 Composition Api adalah proses pembelajaran untuk memahami dan mengimplementasikan Vue 3 Composition API dalam pengembangan aplikasi web secara efektif.
https://github.com/adearya/learn-vue3-composition-api

composition-api frontend nodejs programming vuejs

Last synced: 3 months ago
JSON representation

Learn Vue3 Composition Api adalah proses pembelajaran untuk memahami dan mengimplementasikan Vue 3 Composition API dalam pengembangan aplikasi web secara efektif.

Awesome Lists containing this project

README

          


Github User Logo

Learn Vue3 Composition API



I created this project as a way to practice Vue 3 Composition API concepts in the most minimal and distraction-free environment.


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Contact

## About The Project

![App Screenshot](https://raw.githubusercontent.com/adearya/learn-vue3-composition-api/HEAD/raw/images/desktop_screenshot.png)


This project uses Vue 3 to explore reactive state, lifecycle hooks, and logic reuse through the Composition API. The design is stripped down to just text output, keeping attention on fundamental concepts.

### Built With
![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?logo=vuedotjs&logoColor=fff&style=for-the-badge)

## Getting Started


Users can experiment with Vue 3 Composition API features in a pure text-based layout, ideal for focused learning without UI complexity.

### Prerequisites

Before getting started, ensure that your system meets all the necessary requirements to run this project smoothly. Below is a list of prerequisites that need to be installed.


  • npm >= 11.0.0


### Installation

Follow these steps to install and configure the project on your system. The installation process is designed to be straightforward for both beginners and experienced users.

Clone the repo
```sh
git clone https://github.com/adearya/learn-vue3-composition-api.git
```
Change directory
```sh
cd learn-vue3-composition-api/
```
To install packages
```sh
npm install
```

## Usage

Once the installation is complete, refer to this section for basic usage instructions. Make sure all prerequisites are met before running the application.

To run this project
```sh
npm run dev
```
Open a browser to see the output
```sh
http://localhost:5173
```

## Contact

If you have any questions, encounter any issues, or would like to contribute to this project, feel free to reach out through the contact information below








Gmail




Instagram









Thanks for checking out this Trash Project XD


(back to top)