https://github.com/hsueh-jen/avatar-maker
Simple avatar maker developed by vuejs
https://github.com/hsueh-jen/avatar-maker
avatar avatar-maker html2canvas vue vuejs
Last synced: about 2 months ago
JSON representation
Simple avatar maker developed by vuejs
- Host: GitHub
- URL: https://github.com/hsueh-jen/avatar-maker
- Owner: Hsueh-Jen
- License: mit
- Created: 2017-03-09T08:11:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T10:22:48.000Z (almost 8 years ago)
- Last Synced: 2025-09-12T02:57:58.029Z (10 months ago)
- Topics: avatar, avatar-maker, html2canvas, vue, vuejs
- Language: JavaScript
- Size: 1.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# [avatar-maker]
This is simple website which can make avatar by inputing text and selecting decoration.
You can download avatar directly or just post the avatar. The avatar you post will save on server(folder called pictures) and show below the page.
You can also watch other people's avatar.
## Features
* The page is developed with VueJS framework.
* There is no database required.
* All avatar image will use timestamp as filename, so page can sort avatar list by created time.
## How to use
* Use `npm i` or `npm install` to install modules
* Use `npm start` to run server. Server is listening on `localhost:80`
* Use `npm run gulp` to run server for development. It will trigger nodemon and livereload