Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/regenrek/nuxt-docker

Nuxt.js + Nginx and Docker starter project
https://github.com/regenrek/nuxt-docker

Last synced: 8 days ago
JSON representation

Nuxt.js + Nginx and Docker starter project

Awesome Lists containing this project

README

        

![Nuxt Docker Starter](./banner.png)

A simple docker starter template to run nuxt in a container which is available via `localhost:8080`.

Šī¸ This repository is the same as [laravel-nuxt-docker](https://github.com/nevadskiy/laravel-nuxt-docker) but without laravel. So credits to the team behind it.

## 🖍ī¸ Why

My primary use of the container version is to run integration tests against it.

Here you can find my [nuxt-playwright-template](https://github.com/regenrek/nuxt-playwright-template) repository, which includes some tests which you can run against this server.

## 🚀 Features

* Nuxt.js
* Nginx (Access site via `localhost:8080`)

## đŸ“Ļ Install

```
git clone [email protected]:regenrek/nuxt-docker.git
cd nuxt-docker
```

```
make install
```

## Reinstall

If you want to reinstall Nuxt from scratch with a fresh version, use the following command

❗ **Attention** This will delete your current nuxt project in `client/` directory

```bash
make reinstall-nuxt
```

[More Info](https://github.com/nevadskiy/laravel-nuxt-docker#reinstallation-frameworks)

## License

[MIT License](./LICENSE)