Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryosk7/nuxtblog
nuxt and docker
https://github.com/ryosk7/nuxtblog
Last synced: 5 days ago
JSON representation
nuxt and docker
- Host: GitHub
- URL: https://github.com/ryosk7/nuxtblog
- Owner: ryosk7
- Created: 2019-04-13T11:08:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T00:44:13.000Z (over 5 years ago)
- Last Synced: 2024-10-18T19:52:18.085Z (3 months ago)
- Language: Vue
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nuxt app on Docker
The first nuxt sample app.
### How to start
```sh
$ docker-compose build
$ docker-compose up -d
$ docker-compose exec app sh
```
### And docker container
```sh
#docker container inside
$ vue init nuxt-community/starter-template
$ yarn install
$ yarn run dev
```
### You can edit on local editor (VS Code, Atom, ...etc)
```sh
sudo chown -R $USER:$USER .
```
### Then, Go to Browser, and type
```
http://localhost:3000
```
Let's start coding on Docker! :whale: