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
- Host: GitHub
- URL: https://github.com/ndabap/nuxt-express-example
- Owner: ndabAP
- License: mit
- Created: 2017-10-11T10:14:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T15:34:01.000Z (almost 6 years ago)
- Last Synced: 2025-03-08T14:32:19.150Z (over 1 year ago)
- Topics: express, expressjs, nuxt, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 23
- Watchers: 2
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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