https://github.com/regenrek/nuxt-docker
Nuxt.js + Nginx and Docker starter project
https://github.com/regenrek/nuxt-docker
Last synced: 30 days ago
JSON representation
Nuxt.js + Nginx and Docker starter project
- Host: GitHub
- URL: https://github.com/regenrek/nuxt-docker
- Owner: regenrek
- Created: 2021-02-21T16:20:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T17:29:32.000Z (about 4 years ago)
- Last Synced: 2025-02-08T12:46:25.398Z (3 months ago)
- Language: Makefile
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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)