Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artur-borys/anim-io
Web app for creating simple animations
https://github.com/artur-borys/anim-io
Last synced: about 1 month ago
JSON representation
Web app for creating simple animations
- Host: GitHub
- URL: https://github.com/artur-borys/anim-io
- Owner: artur-borys
- License: gpl-3.0
- Created: 2020-09-02T18:18:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T14:17:44.000Z (about 4 years ago)
- Last Synced: 2023-08-31T06:13:28.152Z (about 1 year ago)
- Language: Vue
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anim-io
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).