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

https://github.com/ndabap/nuxt-express-example

NOT MAINTAINED Nuxt.js with Express.js example project
https://github.com/ndabap/nuxt-express-example

express expressjs nuxt vue vuejs

Last synced: over 1 year ago
JSON representation

NOT MAINTAINED Nuxt.js with Express.js example project

Awesome Lists containing this project

README

          

# NOT MAINTAINED Nuxt.js with Express.js example project

This is an example project investigating Nuxt.js. It's is a simple Markdown blog.

## Features

- Real time save to data base
- instant results
- simple management

## Installation

```bash
$ npm install
```

## Usage

First, start the server.

```bash
$ npm run dev
```

You can now navigate to [http://localhost:3000](http://localhost:3000). To login, use Alfarr as first name and 123456 as password.

## Author

[Julian Claus](https://www.julian-claus.de) and contributors.

## License

MIT