MartinsOnuoha / vue-base64

Handling base64 Images in Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Base64

An Example of handling base64 images in vue.js and Express Server. You can find a detailed walk through here

Directory Structure

.
|-- Index.vue
|-- assets
|-- package-lock.json
|-- package.json
|-- readme.md
`-- server
   |-- app.js
   |-- public


References


NPM Packages

How it works


DEMO




About

Handling base64 Images in Vue


Languages

Language:Vue 54.4%Language:JavaScript 31.1%Language:CSS 14.5%