https://github.com/aurelienloyer/aurelienloyer.github.io
Personal website build using VueJS 🎉
https://github.com/aurelienloyer/aurelienloyer.github.io
Last synced: 3 months ago
JSON representation
Personal website build using VueJS 🎉
- Host: GitHub
- URL: https://github.com/aurelienloyer/aurelienloyer.github.io
- Owner: AurelienLoyer
- Created: 2017-02-20T16:22:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:17:18.000Z (over 2 years ago)
- Last Synced: 2025-02-07T21:31:52.664Z (5 months ago)
- Language: Vue
- Homepage: https://aurelien-loyer.fr
- Size: 3.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal website build using VueJS
## Description
### VueJS version
https://aurelien-loyer.fr/
https://t3kstiil3.github.io/### old front Wordpress version
https://wp.aurelien-loyer.fr/### Wordpress API v2
In this version i'm using the wordpress api v2 to provide my vuejs app :)
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```