Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regenrek/nuxt-docker
- Owner: regenrek
- Created: 2021-02-21T16:20:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T17:29:32.000Z (almost 4 years ago)
- Last Synced: 2024-05-18T07:47:34.061Z (7 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
![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)