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

https://github.com/wiazeph/vuejs-emreerden-dev

My old website made with Vue.
https://github.com/wiazeph/vuejs-emreerden-dev

composition-api fetch fetch-api github-api study tailwind tailwind-css tailwindcss vite vitejs vue vue-router vuejs

Last synced: 6 months ago
JSON representation

My old website made with Vue.

Awesome Lists containing this project

README

          

# VueJS-emreerden-dev


A website where information about me, my social media accounts, skills or projects can be accessed.


## Technologies, Tools or Packages Used

[Vue 3 with/ Composition API](https://vuejs.org/) + [Vue Router](https://router.vuejs.org/) + [GitHub API](https://docs.github.com/en/rest) + [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) + [Tailwind CSS](https://tailwindcss.com/) + [Vite](https://vitejs.dev/)


## Run Locally

Clone the project

```bash
git clone https://github.com/Wiazeph/my-old-website.git
```

Go to the project directory

```bash
cd my-old-website
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```


## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).