Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.47 KB

Baris Sonmez Personel Webpage.

last commit

status

Project Status

In this project, i used to figma for design process. I will send commit whenever i've the time. At the end of the project, i'll upload the work to my website as new template and if you want, you can use it by making changes.

Project Details

This repository contains only front-end design files made using vue.js and tailwindcss.

Screen Shoot

Figma Screenshot

Usage

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Warnings before uses

Before using, replace the endpoints in src/store/index.js with the your API endpoints. Enter the token generated by your API in the token section in the state. Also, check your data format before print your values. The default json data format for this application like this;

{
  'status': 'Success',
  'message': 'Success message',
  'data': JSON
}

License

MIT