Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 950 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 950 Bytes

Nuxt Type

Small demo showing custom page animations in Vue 2 with a fake typography site, currently using a custom build of Nuxt, pre 1.0.0beta release. Using GreenSock for the animations, including SplitText.

Nuxt.js is a framework for creating Universal Vue.js Applications. It presets all the configuration needed to make your development of a Vue.js Application Server Rendered more enjoyable.

As a framework, Nuxt comes with a lot of features to help you in your development between the client side and the server side such as Asynchronous Data, Middleware, Layouts, etc. More info can be found here.

Deployed on https://nuxt-type.now.sh/

Nuxt page transitions screenshot

Build Setup

# install dependencies
yarn

# serve with hot reload at http://127.0.0.1:3000/
npm run dev