Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelgoddard/isaac-powell-portfolio
https://github.com/samuelgoddard/isaac-powell-portfolio
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelgoddard/isaac-powell-portfolio
- Owner: samuelgoddard
- Created: 2019-05-18T12:09:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:05:32.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T20:42:43.248Z (7 months ago)
- Language: Vue
- Size: 36.5 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/82c756bc-bacf-48f5-9726-1748d7d594cb/deploy-status)](https://app.netlify.com/sites/isaac-powell-portfolio/deploys)
# Isaac Powell Portfolio
> A Nuxt and Tailwind 1.0 powered portfolio site for Isaac Powell
Uses the following technologies:
- [Nuxt](https://nuxtjs.org/) for deployment of the server-rendered Vue application.
- [Tailwind 1.0](https://tailwindcss.com/) as a utility-first CSS framework
- [Gsap](https://greensock.com/gsap) for 60fps animations / tweening and page transitions
- [vue-mouse-parallax](https://github.com/Aminerman/vue-mouse-parallax) for 3D plane parallax elements
- [vue-mq](https://github.com/AlexandreBonaventure/vue-mq) for declarative Vue based media queries
- [vue-waypoint](https://github.com/scaccogatto/vue-waypoint) for trigger functions based on elements positions
- [Netlify](https://github.com/scaccogatto/vue-waypoint) for deployment and hosting## Build Setup
``` bash
# install dependencies
$ yarn# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).