An open API service indexing awesome lists of open source software.

https://github.com/hiswe/nuxt-universal-application

a nuxt universal application example
https://github.com/hiswe/nuxt-universal-application

Last synced: 4 months ago
JSON representation

a nuxt universal application example

Awesome Lists containing this project

README

          

# nuxt-universal-application

A [Nuxt](https://nuxtjs.org/)/[koa](https://koajs.com/) universal application example.

This is a demo repository for the [Vue with Nuxt article](https://hiswe.github.io/2018/12-vue-with-nuxt/)

- [requirements](#requirements)
- [dev stack](#dev-stack)
- [commands](#commands)
- [development server](#development-server)
- [production server](#production-server)

## requirements

- [node](http://nodejs.org/download/) >= 10.11.0
- [yarn](https://yarnpkg.com/lang/en/) >= 1.10.1

## dev stack

- [nuxt](https://nuxtjs.org/)
- [vuex](https://vuex.vuejs.org/)
- [nuxt-axios](https://github.com/nuxt-community/axios-module)
- [vue-i18n](https://kazupon.github.io/vue-i18n/)
- [koa](https://koajs.com/)

## commands

### development server

```
yarn install
yarn dev
```

application will be running on http://localhost:3000/

### production server

```
yarn install
yarn start
```

application will be running on http://localhost:3000/