Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/breadadams/vuemojitransitions
🦄🎩 Silly Vue.js project with cool transitions
https://github.com/breadadams/vuemojitransitions
Last synced: 4 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:32:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T10:52:52.609Z (27 days 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.