Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onaranyusuf/portfolio-website-with-vue.js-vuetify
It is a portfolio website made using Vue.js and Vuetify.
https://github.com/onaranyusuf/portfolio-website-with-vue.js-vuetify
Last synced: 3 days ago
JSON representation
It is a portfolio website made using Vue.js and Vuetify.
- Host: GitHub
- URL: https://github.com/onaranyusuf/portfolio-website-with-vue.js-vuetify
- Owner: onaranyusuf
- License: mit
- Created: 2022-07-14T12:53:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T11:20:48.000Z (over 2 years ago)
- Last Synced: 2023-03-11T22:32:59.253Z (over 1 year ago)
- Language: Vue
- Size: 44.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Portfolio Website with Vue.js & Vuetify
> It is a portfolio website made using Vue.js and Vuetify.
Live demo with my personnal data here !
---
## Table of Contents
- [Features](#features)
- [Setup](#project-setup)
- [Versions](#versions)
- [Author](#author)
- [License](#-license)---
## Features
- Builded with Vue.Js ✨
- Vuetify framework (beta version - next) ✨
- One page layout ✨
- Material design ✨
- Animated text ✨## Project Setup
```
npm install
```
### Creating project
```
vue create "file name"
```
### Change directory
```
cd "file name"
```
### Add router
```
vue add router
```
### Add vuetify framework
```
vue add vuetify
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```## Versions
- Vue: 3.2.13
- Vue-router: 4.0.3
- Vuetify: npm:@vuetify/nightly@next## Author
👤 **Yusuf Onaran**
* Github: [@onaranyusuf](https://github.com/onaranyusuf)
* LinkedIn: [@Yusuf Onaran](https://www.linkedin.com/in/yusufonaran/)
* Portfolio: [yusufonaran.me](https://www.yusufonaran.me)## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
This project is under [MIT](https://github.com/onaranyusuf/Portfolio-Website-with-Vue.js-Vuetify/blob/main/LICENSE) license.