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.
- Host: GitHub
- URL: https://github.com/wiazeph/vuejs-emreerden-dev
- Owner: Wiazeph
- Created: 2023-03-13T00:44:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T12:34:19.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:16:34.222Z (6 months ago)
- Topics: composition-api, fetch, fetch-api, github-api, study, tailwind, tailwind-css, tailwindcss, vite, vitejs, vue, vue-router, vuejs
- Language: Vue
- Homepage: https://vue-js-emreerden-dev.vercel.app/
- Size: 314 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).