GithubHelp home page GithubHelp logo

Portfolio | Project Spa web with NuxtJs

source project reference

Web project 2014, all list timeline, Seo application

01. docker installation (recommended)

# Create Image from `Dockerfile`
docker build -t anibalcopitan.com .
docker run -it --rm -p 3000:3000 -v "$PWD"/spa-nuxtv2:/usr/app:rw anibalcopitan.com sh -c 'yarn install & yarn dev'

01.1 if fail the previus command

You needed debuger step to step the image Dockerfile or docker command

docker build -t anibalcopitan.com .
docker run -it --rm -p 3000:3000 -v "$PWD"/spa-nuxtv2:/usr/app:rw anibalcopitan.com sh
# into bash
yarn install
yarn dev

Explain last command line docker (building the temporal container) (development mood)

  • -it => Iteractive container
  • --rm => autoremove container to close iteractive docker console
  • -p 3000:3000 => used and open container port
  • -v "$PWD"/spa-nuxtv2:/usr/app:rw => indicate the volume (persistent data)
  • anibalcopitan.com => is the image named
  • sh -c 'yarn install & yarn dev' => way to execute the bash command

Addicional information

Into container box

    docker exec -i -t <dd28fae674bb> sh
    # yarn dev

Now the project is available in the local URL: http://localhost:3000/

thumb website

anibal copitan

02. simple Installation

Start application:

cd spa-nuxtv2/
yarn dev

Configuration

mv ./spa-nuxtv2/.env.dist ./spa-nuxtv2/.env

Anibal's Projects

3bandas icon 3bandas

tres bandas es un juego de billar , es hora probar nuevas cosas vengo de php y provemos django

abc-app icon abc-app

Application for tablet and mobile Alphabet for kids (alphabet game) URL = http://enlacee.github.io/abc-app/www/

adaptive-images icon adaptive-images

Automatically adapts your existing HTML images for mobile devices. No mark-up changes needed.

ae icon ae

form dinamicos -js, jquery, tracked - Olivos

anbtheme icon anbtheme

Plantilla basica de wordpress.. usado para publicar un portafolio

app_socket icon app_socket

(bash, php, socket) cliente servidor 'conexion con un puerto serial' control temperatura

autopost icon autopost

Create automated post with wordpress v4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.