Skip to content

Latest commit

 

History

History
100 lines (74 loc) · 2.38 KB

README.md

File metadata and controls

100 lines (74 loc) · 2.38 KB

Angle2 Lab

Transforming business ideas into beautiful digital experiences https://angle2.agency/lab/

Things we do with great skill and passion

 - Fascinating interfaces
 - Prototypes
 - User experience design
 - User interface development
 - Markup
 - Coding
 - Field testing

Your all-time benefits with us

Exceptional skills blended with cutting-edge tools Our team will brainstorm, discuss, plan, build and develop until the last cup of coffee left in our office – and long past that. We love challenges and we know how to help our customers solve them.

A problem-solving approach to your needs We commit ourselves to following the most effective framework – analyzing tasks, finding key problems, hypothesizing and testing to find a 100% perfect solution just for you.

Ready to go an extra mile for our customers We aspire to study ideas and problems from your perspective and put ourselves in your shoes. Whether you are a startup founder, product or project manager or marketer, we will dig deep into your needs.

Caring about your KPIs and brand image The best interface is the one that helps your business thrive. We know how to build a digital experience that will boost your sales and reinforce your brand image.

Technologies used:

  • Vue.js
  • Nuxt.js
  • Vuex
  • Greensock (GSAP)
  • Three.js
  • SVG Animation
  • Scroll Control
  • Customize cursor settings
  • Gyroscope Web Api

Approach/challenges:

  • GPU load optimization
  • PageSpeed Insights optimization

Features

- Vuex state management [Vuex](https://vuex.vuejs.org/)
- SASS support [Sass](http://sass-lang.com/)
- Control script animation. [GSAP](https://greensock.com/gsap/)
- Beautiful image transitions [Three.js](https://threejs.org/)
- Lightweight and fast.

Requirements

- [Node](https://nodejs.org) 4.x or better

Stack

- [Vue](https://vuejs.org/) for development
- [Vue CLI](https://github.com/vuejs/vue-cli) for development
- [Babel](http://babeljs.io/) for ES6+ support

Configuration

nuxt.config.js

Installation

$ npm install # Or yarn install

Serve with hot reload at localhost:3000

$ npm run dev

Build for production and launch server

$ npm run build
$ npm start

Generate static project

$ npm run generate