/nuxt-heroes-and-villains

A simple web application built with Nuxt.js. It lists hero and villain characters from various comics, movies, etc. and shows their details.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

nuxt-heroes-and-villains

This is a simple web application built with Nuxt. It lists hero and villain characters from various comics, movies, etc. and shows their details.
Live demo is here.

💻 Tech Stack

⌨️ Development

To start development, we should install our packages first.

npm install

After the installation is completed, we can run the app by:

npm run dev

and it will start on http://localhost:3000.

🚀 Build

To create a production build, we need to run the below command first:

npm run generate

This command will create our static files in dist folder to serve.
After this step, we can run the app in production mode by:

npm start