/ArtFinder-VueJS

VueJS-based SPA, compiled by Webpack

Primary LanguageJavaScript

VueJS SPA for art collections

What?

A test task: create an app for artworks using VueJS. I decided to use Firebase for fast API and Webpack for bundling.

Why?

To find out how VueJS works, how Webpack bundles, how Firebase works.

Where?

I managed to deploy it to Heroku with this awesome guide so the results are all here.


Install

$ npm install

Run

$ npm start
or
$ bin/run

This will launch webpack and it will open a webpack-dev-server instance at http://localhost:3000 for you.