breadadams / vuemojitransitions

πŸ¦„πŸŽ© Silly Vue.js project with cool transitions

Home Page:https://vuemojitransitions.breadadams.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuemojitransitions

Vue web app with Parcel Webpack bundling.

Showcasing some of the capabilities of transitioning in Vue.js, with a few basic examples.

Dev

To launch Webpack's bundler run the following:

### yarn
yarn serve

### npm
npm serve

This will open a HMR/live-reloading instance on localhost:8080.

Build

To build the project for production, ie. create distribution files, run:

### yarn
yarn build

### npm
npm run build

The project will be generated within the /dist directory.

About

πŸ¦„πŸŽ© Silly Vue.js project with cool transitions

https://vuemojitransitions.breadadams.com/


Languages

Language:Vue 58.0%Language:CSS 21.9%Language:JavaScript 11.8%Language:HTML 8.2%