https://github.com/breadadams/vuemojitransitions
🦄🎩 Silly Vue.js project with cool transitions
https://github.com/breadadams/vuemojitransitions
Last synced: 4 months ago
JSON representation
🦄🎩 Silly Vue.js project with cool transitions
- Host: GitHub
- URL: https://github.com/breadadams/vuemojitransitions
- Owner: breadadams
- Created: 2018-03-06T00:39:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:32:18.000Z (over 3 years ago)
- Last Synced: 2025-02-13T23:19:45.577Z (over 1 year ago)
- Language: Vue
- Homepage: https://vuemojitransitions.breadadams.com/
- Size: 3.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
### yarn
yarn serve
### npm
npm serve
```
This will open a HMR/live-reloading instance on [`localhost:8080`](http://localhost:8080).
### Build
To build the project for production, ie. create distribution files, run:
```bash
### yarn
yarn build
### npm
npm run build
```
The project will be generated within the `/dist` directory.