/learn-vue-with-nuxt

Building a simple fun app with star wars api (SWAPI) and learn Vue in the process.

Primary LanguageJavaScript

learn-vue-with-nuxt

Netlify Status

This is a project to learn VueJS with NuxtJS. It will be a simple website or application fed by the Star Wars REST API (SWAPI).

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate