Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelgoddard/isaac-powell-portfolio


https://github.com/samuelgoddard/isaac-powell-portfolio

Last synced: 3 days ago
JSON representation

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).