/world-heroes-with-vue

A front-end web application for providing brief backgrounds about world's well-known heroes

Primary LanguageVueGNU General Public License v3.0GPL-3.0

A front-end web application for providing brief backgrounds about world's well-known heroes.

GETTING STARTED

Clone The Project

$ git clone https://github.com/placiderapson/world-heroes-with-vue

Install Required Dependencies

$ npm install

Start The Development Server

$ npm run serve

Start The Production Server

$ npm run build
$ npm run serve